-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 727 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home page</title>
</head>
<body>
<div id="title"><h1>Miscellaneous Projects</h1></div>
<ul id="projects">
<li><a href="recipes-project/index.html">Recipes project (from The Odin Project)</a></li>
<li><a href="rps-project/index.html">Rock Paper Scissors (from The Odin Project, run in console)</a></li>
<li><a href="etch-a-sketch-project/index.html">Etch-A-Sketch project (from The Odin Project)</a></li>
<li><a href="landing-page/index.html">Landing Page project (from The Odin Project)</a></li>
<li><a href="calculator-project/index.html">Calculator project (from The Odin Project)</a></li>
</ul>
</body>
</html>