-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 2.24 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Games Site</title>
<link rel="icon" href="https://ssl.gstatic.com/atari/images/public/favicon.ico">
</head>
<body>
<header>
<h1>Happy Christmas Update!!!</h1>
<nav>
<ul>
<li><a href="https://your-username.github.io/my-games-site/">Home</a></li>
<li><a href="https://your-username.github.io/my-games-site/freetime">Freetime</a></li>
<li><a href="https://your-username.github.io/my-games-site/info">Info</a></li>
<li><a href="https://your-username.github.io/my-games-site/request">Request</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Freetime Games</h2>
<p>Had to post early due to site technical difficulties! Please note some new games may not work until December!</p>
<h3>Games</h3>
<ul>
<li><a href="https://your-username.github.io/my-games-site/games/basket-hoop">Basket Hoop</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/cs-online">CS Online</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/guerrillas-io">Guerrillas.io</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/slope">Slope</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/bob-the-robber">Bob The Robber</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/bob-the-robber-2">Bob The Robber 2</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/bob-the-robber-3">Bob The Robber 3</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/bob-the-robber-4-season-1-france">Bob The Robber 4: Season 1</a></li>
<li><a href="https://your-username.github.io/my-games-site/games/bob-the-robber-4-season-2-russia">Bob The Robber 4: Season 2</a></li>
</ul>
</section>
</main>
<footer>
<p>© 2023 My Games Site</p>
</footer>
</body>
</html>