-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 768 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 768 Bytes
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Codevember 2017</title>
</head>
<body>
<h1>Codevember 2017</h1>
<ul>
<li><a href="./day-1/index.html">Day 1</a></li>
<li><a href="./day-2/index.html">Day 2</a></li>
<li><a href="./day-3/index.html">Day 3</a></li>
<li><a href="./day-4/index.html">Day 4</a></li>
<li><a href="./day-5/index.html">Day 5</a></li>
<li><a href="./day-6/index.html">Day 6</a></li>
<li><a href="./day-7/index.html">Day 7</a></li>
<li><a href="./day-8/index.html">Day 8</a></li>
<li><a href="./day-9/index.html">Day 9</a></li>
</ul>
</body>
</html>