-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexams.html
More file actions
47 lines (45 loc) · 1.38 KB
/
exams.html
File metadata and controls
47 lines (45 loc) · 1.38 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/ase.css">
<link href='http://fonts.googleapis.com/css?family=Slackey' rel='stylesheet' type='text/css'><!--29px-->
<link href='http://fonts.googleapis.com/css?family=Bentham' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
<title>Advanced Services Engineering</title>
</head>
<body>
<div id="main">
<div id="container">
<h1> Advanced Services Engineering</h1>
<div id="navbox">
<ul>
<li><a href="index.html">Overview</a></li>
<li><a href="syllabus.html">Syllabus</a></li>
<li><a
href="lecturenotes.html">Lecture Notes</a></li>
<li><a href="exams.html">Assignments, Projects and Exams</a></li>
<li><a href="reading.html">Reading</a></li>
</ul>
</div>
<div class="content">
<h1>Assignments, Projects and Exams</h1>
<p>
<ul>
<li><a href="">First assignment</a></li>
<li><a href="">Second assignment</a></li>
<li><a href="">Third assignment</a></li>
<li><a href="">Fourth assignment</a></li>
<li><a href="pdfs/">Mini project</a></li>
<li>Final exam: oral, TBD</li>
</ul>
</p>
</div>
<div id="footer">
<p>
<!-- hhmts start -->
Last modified: Mon Mar 16 10:22:02 CET 2015
<!-- hhmts end -->
</p>
</div>
</body>
</html>