-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="">
<link rel="icon" href="" type="image/icon">
<title>30 Days of Vanilla Javascript</title>
</head>
<body>
<ol>
<li><a href="01 Javascript Drumstick/index.html">Javascript Drumstick</a></li>
<li><a href="02 Clock/index.html">Clock</a></li>
<li><a href="03 Playing with CSS Variables/index.html">Playing with CSS Variables</a></li>
<li><a href="04 Playing with JS Arrays 1/index.html">Playing with JS Arrays 1</a></li>
<li><a href="05 Playing with JS Arrays 2/index.html">Playing with JS Arrays 2</a></li>
<li><a href="06 Flex Panels Image Gallery/index.html">Flex Panels Image Gallery</a></li>
<li><a href="07 Ajax Type Ahead/index.html">Search</a></li>
<li><a href="08 HTML5 Canvas">Canvas</a></li>
</ol>
</body>
</html>