-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 800 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Overview of courses</title>
</head>
<body>
<h1>Course content on this domain</h1>
<ul>
<li><a href="https://teaching.wence.uk/comp2221/">COMP2221</a>
programming paradigms</li>
<li><a href="https://teaching.wence.uk/comp4187/">COMP4187</a>
parallel scientific computing</li>
<li><a href="https://teaching.wence.uk/phys52015/">PHYS52015</a>
introduction to high performance computing</li>
<li><a href="https://teaching.wence.uk/comp52315/">COMP52315</a>
performance engineering</li>
</ul>
<p><a href="https://www.wence.uk/">Other things.</a></p>
</body>
</html>