-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
24 lines (24 loc) · 1.07 KB
/
Index.html
File metadata and controls
24 lines (24 loc) · 1.07 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
<!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>Module A </title>
</head>
<body>
<h1>Module A Project 1</h1>
<ul>
<li><a href="Project 1/index.html">Project 1- Sign up Form</a></li>
<li><a href="project2/index.html">Project 2 - Seat Selector</a></li>
<li><a href="Project3/index.html">Project 3 - Video Player </a></li>
<li><a href="Project4/index.html">Project 4 - Exchange calculater </a></li>
<li><a href="Project5/index.html">Project 5 - High Order Array Methods</a></li>
<li><a href="project6/index.html">Project 6 - Landing Page </a></li>
<li><a href="project7/index.html">Project 7- Hangman</a></li>
<li><a href="project8/index.html">Project 8- Meal Generator</a></li>
<li><a href="./Project09/index.html">Project09 - Expense Tracker</a></li>
<li><a href="./Project10/index.html">Project10</a></li>
</ul>
</body>
</html>