-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (15 loc) · 812 Bytes
/
index.html
File metadata and controls
23 lines (15 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>INF-362 Web Development Course</title>
</head>
<body>
<center><h1>INF-362 Web Development Course</h1></center>
<center><a href="Teams/index.html">SUNY INF-362 HTML5 Projects</a></center>
<center><a href="Assignments/index.html">SUNY INF-362 Assignments</a></center>
<center><img src="http://opensource.org/files/osi_symbol.png" alt="The Symbol" width="480" height="406" border="0" /></center>
<br>
<br>
<center>
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
</center>
</body></html>