-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (39 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
52 lines (39 loc) · 1.17 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
48
49
50
51
52
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles.css"> <!-- Replace with the path to your CSS file -->
</head>
<body>
<h1> Computer Graphics - Worksheets </h1>
<div class="button-container">
<a href="/W1/index.html"> Worksheet 1 </a>
</div>
<div class="button-container">
<a href="/W2/index.html"> Worksheet 2 </a>
</div>
<div class="button-container">
<a href="/W3/index.html"> Worksheet 3 </a>
</div>
<div class="button-container">
<a href="/W4/index.html"> Worksheet 4 </a>
</div>
<div class="button-container">
<a href="/W5/index.html"> Worksheet 5 </a>
</div>
<div class="button-container">
<a href="/W6/index.html"> Worksheet 6 </a>
</div>
<div class="button-container">
<a href="/W10/index.html"> Worksheet 10 </a>
</div>
<div class="button-container">
<a href="/space-sim.github.io/index.html"> Project </a>
</div>
<div class="box-center">
All Worksheets are made by Oskar Dinesen, s184004.
<br>
The Project has been created in collaboration with Jess Lonsdale, s230002.
</div>
</body>
</html>