-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
30 lines (28 loc) · 975 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="My goofy things.">
<meta name="author" content="Tyler Palko">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div>
<a href="gamehub">Game Hub</a>
<br><br>
<a href="Is-My-Computer-ON">Is My Computer On?</a>
</div>
<footer>
<div class="footer">
<a href="https://github.com/TylerPalko/gamehub">Source Code</a>
<a href="https://www.youtube.com/channel/UC8Sz_LcrkLErkxXbWKlW59A">My Youtube</a>
<a href="bitcoin:bc1q5072l0wec75kvatudg3qh8zxk40dmem0d0zu0kzszemxc87qqv9s9z608y">Donate BTC</a>
</div>
</footer>
</body>
</html>