-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 818 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Web Development</title>
<style>
body {width: 960px; margin: auto; padding-top: 2em;}
</style>
</head>
<body>
<titlebar>
<h1>Web Development</h1>
<h3>MPCS 52553 - Winter Quarter 2025</h3>
</titlebar>
<main>
<ul>
<li><a href="syllabus.md">Syllabus</a></li>
<li><a href="lecture_notes/">Lecture Notes</a></li>
<li><a href="examples">Labs & In-Class Examples</a></li>
<li><a href="assignments">Weekly Programming Assignments</a></li>
<li><a href="final_project">Final Project</a></li>
<li><a href="students">Student Pages</a></li>
</ul>
</main>
</body>
</html>