-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.62 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.62 KB
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">
<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">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<a href="./Day 01/index.html">Day 01</a>
<a href="./Day 02/index.html">Day 02</a>
<a href="./Day 03/index.html">Day 03</a>
<a href="./Day 04/index.html">Day 04</a>
<a href="./Day 05/index.html">Day 05</a>
<a href="./Day 08/index.html">Day 08</a>
<a href="./Day 09/index.html">Day 09</a>
<a href="./Day 10/index.html">Day 10</a>
<a href="./Day 11/index.html">Day 11</a>
<a href="./Day 12/index.html">Day 12</a>
<a href="./Day 13/meme_api/index.html">Day 13</a>
<!-- <a href="./Day 13/weather api/index.html">Day 13 weather</a> -->
<a href="./Day 14/index.html">Day 14</a>
<a href="./day-15/build/">Day 15</a>
<a href="./day-16/build/">Day 16</a>
<a href="./day-17/build/">Day 17</a>
<a href="./day-18/build/">Day 18</a>
<a href="./day-19/build/">Day 19</a>
<a href="./day-20/build/">Day 20</a>
<a href="./day-21/build/">Day 21</a>
<a href="./day-22/build/">Day 22</a>
<a href="./day-23/build/">Day 23</a>
<a href="./day-24/build/">Day 24</a>
<a href="./day-25/build/">Day 25</a>
<a href="./day-26/build/">Day 26</a>
<a href="./day-27/build/">Day 27</a>
<a href="./day-28-n-29/build">Day 28, 29</a>
</div>
</body>
</html>