-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathday.html
24 lines (24 loc) · 911 Bytes
/
day.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="style.css"/>
<script src="js/day.js"></script>
</head>
<body>
<h1 id="caption"></h1>
<img id="image" class="sizedImage" src=""/>
<p class="qtext">Spørsmål:</p>
<ol>
<li id="q1" class="qtext">Spørsmål 1</li>
<li id="q2" class="qtext">Spørsmål 2</li>
<li id="q3" class="qtext">Spørsmål 3</li>
</ol>
<h1 class="answer">Svar:
<a href="https://docs.google.com/document/d/1-Aq0rnGI7xVrOOCUlrIYD0Ex6ke1KLv_VEgV2AQCWPM/edit?usp=sharing">Anne & AM</a>,
<a href="https://docs.google.com/document/d/1367qD7Yv2mrpeWfofQ2TA1xJxQX25TEwrtwOgY5T6j4/edit?usp=sharing">Ingeborg</a>,
<a href="https://docs.google.com/document/d/19Z_FxZ8G6MuXddqxBsN7wXerMMJdsjeokFD5b8YmfGc/edit?usp=sharing">Atle</a>
</h1>
</body>
</html>