-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (40 loc) · 1.39 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
<!DOCTYPE html>
<html prefix="foaf: http://xmlns.com/foaf/0.1/" lang="en">
<head>
<title>POC Kommuners anslagstavlor</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" href="style.css">
</head>
<script src="index.js"></script>
<body>
<a href="https://github.com/salgo60/Anslagstavla"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<!--Container-->
<div id="container">
<!--Header-->
<!--Content-->
<!--Navigation-->
<!--Main-->
<h1>POC Anslagstavlor Sveriges kommuner</h1>
<div class="form">
<form>
<input id="qNumberInput" type="search" name="q" placeholder="Ange Wikidata Q-nummmer här">
<button type="submit" onClick="searchFromTextbox()">Submit</button>
</form>
</div>
<br />
<div id="error"></div>
<div id="results">
<div id="resultsHeader">
<span id="imagesDepicting">
Kommun info om <a id="resultsHeaderLink" href="" target="_blank"></a>
</span>
<br /><br />
<span id="numResults">?</span> dokument funna
<br /><br />
</div>
<a id="returnToLink" href="">
<button>Åter till Wikipedia artikeln</button>
</a>
</div>
</body>
</html>