-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
33 lines (33 loc) · 1.03 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css">
<title>Bytle Labs</title>
<link rel="icon" type="image/png" href="images/favicon.png">
<h1>Welcome to Byte Labs!</h1>
</head>
<body></body>
<p>
<br>
Hello, this is a one-man website that I use to learn and practice my coding skills, as well as emulate fun video games to play and make avialable to everone with no ads.
<br>
</p>
<p>
<br>
Here are the current functions of the Lab:
<br>
</p>
<a href="emulator.html">Emulators</a>
<br>
<br>
<a href="programs.html">My Programs</a>
<br>
<p>
Send suggestions to me at my Github page:
<br>
<a href="https://github.com/Johnthesuper117/bytelabs.online/discussions/1">Bytelabs comments section</a>
</p>
<br>
<br>
</body>
</html>