-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.46 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.46 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
25
26
27
28
29
<html lang="en">
<head>
<title>ITDEV160 Assignment Index | Matthew Dal Santo</title>
<meta charset="UTF-8">
<meta name="description" content="Assignment Index">
<meta name="keywords" content="Matthew Dal Santo, Matthew DalSanto, Dal Santo, DalSanto, Matthew, Matt, ITDEV160, Assignment Index">
<meta name="author" content="Matthew Dal Santo">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>ITDEV160 - Assignment Index</h1>
<p><b>Matthew Dal Santo</b></p>
<ul>
<li><a href="assignment-1/index.html">Assignment 1 | Basic HTML</a></li>
<li><a href="assignment-2/index.html">Assignment 2 | Tables</a>
<ul>
<li><a href="assignment-2/index.html#simple-table">Assignment 2 # Simple Table</a></li>
<li><a href="assignment-2/index.html#complex-table">Assignment 2 # Complex Table</a></li>
</ul>
</li>
<li><a href="assignment-3/index.html">Assignment 3 | Product Reviews</a></li>
<li><a href="assignment-4/index.html">Assignment 4 | Basic JavaScript</a></li>
<li><a href="assignment-5/index.html">Assignment 5 | Simple Copy of The Best Atom Packages</a></li>
<li><a href="assignment-6/index.html">Assignment 6 | Java Chat</a></li>
<li><a href="assignment-7/index.html">Assignment 7 | To Do List</a></li>
<li><a href="assignment-8/index.html">Assignment 8 | Simple Blog</a></li>
</ul>
</body>
</html>