-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.97 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
42
43
44
45
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>#JavaScript30</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="topnav">
<a class="active" href="./01_day/index.html">01 Day</a>
<a class="active" href="./02_day/index.html">02 Day</a>
<a class="active" href="./03_day/index.html">03 Day</a>
<a class="active" href="./04_day/index.html">04 Day</a>
<a class="active" href="./05_day/index.html">05 Day</a>
<a class="active" href="./06_day/index.html">06 Day</a>
<a class="active" href="./07_day/index.html">07 Day</a>
<a class="active" href="./08_day/index.html">08 Day</a>
<a class="active" href="./09_day/index.html">09 Day</a>
<a class="active" href="./10_day/index.html">10 Day</a>
<a class="active" href="./11_day/index.html">11 Day</a>
<a class="active" href="./12_day/index.html">12 Day</a>
<a class="active" href="./13_day/index.html">13 Day</a>
<a class="active" href="./14_day/index.html">14 Day</a>
<a class="active" href="./15_day/index.html">15 Day</a>
<a class="active" href="./16_day/index.html">16 Day</a>
<a class="active" href="./17_day/index.html">17 Day</a>
<a class="active" href="./18_day/index.html">18 Day</a>
<a class="active" href="./19_day/index.html">19 Day</a>
<a class="active" href="./20_day/index.html">20 Day</a>
<a class="active" href="./21_day/index.html">21 Day</a>
<a class="active" href="./22_day/index.html">22 Day</a>
<a class="active" href="./23_day/index.html">23 Day</a>
<a class="active" href="./24_day/index.html">24 Day</a>
<a class="active" href="./25_day/index.html">25 Day</a>
<a class="active" href="./26_day/index.html">26 Day</a>
<a class="active" href="./27_day/index.html">27 Day</a>
<a class="active" href="./28_day/index.html">28 Day</a>
<a class="active" href="./29_day/index.html">29 Day</a>
<a class="active" href="./30_day/index.html">30 Day</a>
</div>
</body>
</html>