-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathws.html
64 lines (55 loc) · 1.39 KB
/
ws.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
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<title>Anders øvelseshjemmeside</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script ttype="text/javascript" src="data.js"></script>
<script type="text/javascript" src="script.js"></script>
<style>
h1, h2,h3,p,form{
text-align: center;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
size: 40%;
}
label {
font-size: 20px;
}
input[type=radio] {
width:20px;
height:20px;
}
img {
width: 600px;
}
</style>
</head>
<body>
<header>
<div class="header">
</div>
</header>
<div>
<h1 id="billedtitle"><script type="text/javascript">document.getElementById('billedtitle').innerText = billedtitle</script></h1>
<img id='img' src = '' class = 'center'>
<div id="log"></div>
<div class="knapper" align="center">
<button class="button" onclick="check()">Check</button>
<button type="button" onclick="sletBillede()">Slet</button>
<button type="button" onclick="exportJSON()">Export</button>
</div>
</div>
<footer>
<div class="footer">
<small>
<p id="counter"><script type="text/javascript">document.getElementById('counter').innerText = counter</script></p>
<p>© Naja Suhr</p>
</small>
</div>
</footer>
</body>
</html>