forked from AustinCodingAcademy/web-workbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 899 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h1>Hello world!</h1>
<a href="./01week/helloworld/index.html">Hello World</a>
<a href="./01week/resume/index.html">Resume</a>
<a href="./02week/bio/index.html">Bio</a>
<a href="./02week/blog/index.html">Blog</a>
<a href="./03week/airplane/index.html">Airplane</a>
<a href="./04week/nasa/index.html">NASA</a>
<a href="./04week/welcome-to-our-site/index.html">Welcome-to-our-site</a>
<a href="./04week/tomorrows-technology/index.html">Tommorrow's Technology</a>
<a href="./05week/travel-gram/index.html">Travel-gram</a>
<a href="./05week/transitions-and-transformations/index.html">Transitions-and-transformations</a>
<a href="./07week/calculator/index.html">Calculator</a>
<a href="./07week/Checkpoint2/index.html">Checkpoint2</a>
</body>
</html>