-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>JavaScriptmas 2022</title>
</head>
<body>
<h1>JavaScriptmas Solutions 2022</h1>
<a href="./Day 1/index.html">Day 1 Solution</a>
<a href="./Day 2/index.html">Day 2 Solution</a>
<a href="./Day 3/index.html">Day 3 Solution</a>
<a href="./Day 4/index.html">Day 4 Solution</a>
<a href="./Day 5/index.html">Day 5 Solution</a>
<a href="./Day 6/index.html">Day 6 Solution</a>
<a href="./Day 7/index.html">Day 7 Solution</a>
<a href="./Day 8/index.html">Day 8 Solution</a>
<a href="./Day 9/index.html">Day 9 Solution</a>
<a href="./Day 10/index.html">Day 10 Solution</a>
<a href="./Day 11/index.html">Day 11 Solution</a>
<a href="./Day 12/index.html">Day 12 Solution</a>
<a href="./Day 13/index.html">Day 13 Solution</a>
<a href="./Day 14/index.html">Day 14 Solution</a>
<a href="./Day 15/index.html">Day 15 Solution</a>
<a href="./Day 16/index.html">Day 16 Solution</a>
<a href="./Day 17/index.html">Day 17 Solution</a>
<a href="./Day 18/index.html">Day 18 Solution</a>
<a href="./Day 19/index.html">Day 19 Solution</a>
<a href="./Day 20/index.html">Day 20 Solution</a>
<a href="./Day 21/index.html">Day 21 Solution</a>
<a href="./Day 22/index.html">Day 22 Solution</a>
<a href="./Day 23/index.html">Day 23 Solution</a>
<a href="./Day 24/index.html">Day 24 Solution</a>
</body>
</html>