-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 986 Bytes
/
index.html
File metadata and controls
31 lines (30 loc) · 986 Bytes
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Pixie - Picture stream</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Cabin|Cabin+Sketch" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>12 weeks of design to code challenge</h1>
<ul>
<li><a href="Week%201%20%20-%20Pixie/">Week 1</a></li>
<li>Week 2</li>
<li>Week 3</li>
<li>Week 4</li>
<li>Week 5</li>
<li>Week 6</li>
<li>Week 7</li>
<li>Week 8</li>
<li>Week 9</li>
<li>Week 10</li>
<li>Week 11</li>
<li>Week 12</li>
</ul>
</body>
</html>