-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 893 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>WHD-Engineering</title>
<link rel="stylesheet" type="text/css" href="resources/WHD.css" media="all">
</head>
<body>
<header>
<img src="resources/whiteHorse.jpeg" alt="Uffington White Horse" style="width:285px;height:177px">
<h1>WHD-Engineering</h1>
</header>
<div class="rubric">
<h2>This is the home page for my MSc course in Computer Science at Swansea University</h2>
<h2>Simon Hewitt (806068)</h2>
<h3>My coursework is presented here</h3>
</div>
<div id="Router" class="MyNav">
Coursework:
<nav>
<ul>
<li><a href="M07/M07_index.html" class="MyNav"><b>M07</b> Data Visualisation</a></li>
<li><a href="M19/M19_index.html" class="MyNav"><b>M19</b> Integrated System Design</a></li>
</ul>
</nav>
</div>
</body>
</html>