-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="icon/favicon.ico">
<link rel="stylesheet" href="style_index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MagmaLamps</title>
</head>
<body>
<div class="header">
<h1>My Projects</h1>
</div>
<div class="container">
<a href="push-up_counter/push-up.html" class="items">Push-Up Counter</a>
<a href="fortunecookie/redeemcookie/redeemcookie.html" class="items">Redeem Cookie Manually</a>
<a href="fortunecookie/fortunecookie.html" class="items">Fortune Cookie creator</a>
<a href="clickergame/clicker.html" class="items">Clicker Game</a>
<a href="menunumber/menuindex.html" class="items">Menu Number</a>
<a href="colorgame/colorindex.html" class="items">Color Game</a>
<a href="clipboard_saver/clipboard.html" class="items">Clipboard Creator</a>
<a href="mindreader/reader.html" class="items">Mind Reader</a>
<a href="magmalamps/magmalamps.html" class="items">Lava Lamps</a>
<a href="nocode.html" class="items"><em>coming soon</em></a>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<p class="information"><em>This website is made of <strong>1501</strong> lines of code! All written by hand.
Feel free to use this project as an insperation for your next one. You can find
all the open source on GitHub!</em>
</p>
</body>
</html>