-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="nb">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="stilark.css">
</head>
<body>
<div class="partiboks">
<div class="Frp">
<img src='bilder/frp.jpeg'>
</div>
<div class="H">
<img src='bilder/hoyre.png'>
</div>
<div class="V">
<img src='bilder/venstre.png'>
</div>
<div class="KrF">
<img src='bilder/krf.png'>
</div>
<div class="MDG">
<img src='bilder/mdg.jpeg'>
</div>
<div class="SP">
<img src='bilder/sp.jpeg'>
</div>
<div class="AP">
<img src='bilder/ap.png'>
</div>
<div class="SV">
<img src='bilder/sv.png'>
</div>
<div class="Rodt">
<img src='bilder/rodt.png'>
</div>
<div class="PP">
<img src='bilder/pp.png'>
</div>
</div>
<button onclick="location.href='oppgave2.html'" type="button">Til oppgave 2</button>
<button onclick="location.href='oppgave3.html'" type="button">Til oppgave 3</button>
<div id="appBoks">
Her kommer appen....
</div>
<script src="script.js"></script>
</body>
</html>