-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (35 loc) · 1.25 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
<!DOCTYPE html>
<html>
<header>
<title>Homepage</title>
<link rel="stylesheet" href="style.css">
</header>
<body>
<div class="topnav">
<!-- Centered link -->
<div class="topnav-centered">
<a href="/" class="active">Macintoshi.ml</a>
</div>
<!-- Left-aligned links (default) -->
<a href="archive.html"><img src="img/Versions.png" width="28" height="28"></a>
<!-- Right-aligned links -->
<div class="topnav-right">
<a href="about.html"><img src="img/question.png" width="28" height="28"></a>
</div>
</div>
<div class="buttons">
<div class="Minecraft">
<a href="minecraft.html" style="color: white">[Minecraft]</a>
</div>
<div class="Tetris">
<a href="https://macsgames.netlify.app/tetris!.html" style="color: white">[Tetris]</a>
</div>
<div class="Snake">
<a href="snake.html" style="color: white">[Snake]</a>
</div>
<div class="Dino">
<a href="dinosaur.html" style="color: white">[Dino]</a>
</div>
</div>
</body>
</html>