-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 727 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta name="vieuwpoint" content="width=device-width, initial-scale=1.0" />
<title>gh-pagespages template</title>
</head>
<body>
<h1 id="links">Links to github pages dataprocessing</h1>
<p>
<div id="name">Name: David Pantophlet</div>
<div id="student">Student Number: 12466638</div>
</p>
<p>
<a href="Homework/week_3/linegraph.html">week 3: minimum temperature graph</a>
<a href="Homework/week_4/index.html">week 4: renewable energy barchart</a>
<a href="Homework/week_5/scatter.html">week 5: scatterplot</a>
<a href="Homework/week_6/index.html">week 6: linked vieuws</a>
</p>
</body>
</html>