Skip to content

Commit c39ae8d

Browse files
committed
add root index.html
1 parent 10de6bc commit c39ae8d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<ul>
10+
<li>
11+
<a href="/starter/02-HTML-Fundamentals/">02-HTML-Fundamentals</a>
12+
</li>
13+
<li>
14+
<a href="/starter/03-CSS-Fundamentals/">03-CSS-Fundamentals</a>
15+
</li>
16+
<li>
17+
<a href="/starter/04-CSS-Layouts/">04-CSS-Layouts</a>
18+
</li>
19+
<li>
20+
<a href="/starter/05-Design/">05-Design</a>
21+
</li>
22+
<li>
23+
<a href="/starter/06-Components/">06-Components</a>
24+
</li>
25+
<li>
26+
<a href="/starter/07-Omnifood-Desktop/">07-Omnifood-Desktop</a>
27+
</li>
28+
<li>
29+
<a href="/starter/08-Omnifood-Responsive/">08-Omnifood-Responsive</a>
30+
</li>
31+
<li>
32+
<a href="/starter/09-Omnifood-Optimizations/"
33+
>09-Omnifood-Optimizations</a
34+
>
35+
</li>
36+
</ul>
37+
</body>
38+
</html>

0 commit comments

Comments
 (0)