forked from wesbos/JavaScript30
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
12 lines (11 loc) · 740 Bytes
/
index.html
File metadata and controls
12 lines (11 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head></head>
<body>
<h1>JavaScript30</h1>
<ul>
<li>JavaScript Drum Kit <a href="01 - JavaScript Drum Kit/index-START.html">Start</a> | <a href="01 - JavaScript Drum Kit/index-FINISHED.html">Finished</a> | <a href="01 - JavaScript Drum Kit/index-JIM.html">Jim</a></l1>
<li>JS and CSS Clock <a href="02 - JS and CSS Clock/index-START.html">Start</a> | <a href="02 - JS and CSS Clock/index-FINISHED.html">Finished</a> | <a href="02 - JS and CSS Clock/index-JIM.html">Jim</a></l1>
<li>CSS Variables <a href="03 - CSS Variables/index-START.html">Start</a> | <a href="03 - CSS Variables/index-FINISHED.html">Finished</a> | <a href="03 - CSS Variables/index-JIM.html">Jim</a></l1>
</ul>
</body>
</html>