-
Notifications
You must be signed in to change notification settings - Fork 7
/
error.html
48 lines (46 loc) · 2.35 KB
/
error.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>
<head>
<title>Northern Ireland Elections Open Data: Page not found (404)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/website/css/style.css" media="screen, handheld" />
<link rel="stylesheet" type="text/css" href="/website/css/enhanced.css" media="screen and (min-width: 50.5em)" /> <!--[if (lt IE 9)&(!IEMobile)]>
<link rel="stylesheet" type="text/css" href="enhanced.css" />
<![endif]-->
<meta name="description" content="Generating crowdsourced open data, live results and data visualisations for the Northern Ireland Assembly Elections 2017." />
<meta name="keywords" content="assembly, elections, open data, northern ireland, 2016, 2017, AE16, AE17, crowdsource, results, single transferable vote, stv, constituency, candidate, odi belfast, open government network, nicva, voting, #AE17, tally, count, electoral" />
<meta name="author" content="Bob Harper">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 month">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@electionsni" />
<meta name="twitter:creator" content="@odibelfast" />
<meta property="og:url" content="http://electionsni.org" />
<meta property="og:title" content="Elections NI #AE17" />
<meta property="og:description" content="Generating crowdsourced open data, live results and data visualisations for the Northern Ireland Assembly Elections 2017." />
<meta property="og:image" content="http://electionsni.org/website/image/banner.png" />
<!-- data, elections, ni -->
</head>
<body>
<div id="wrap">
<header>
<h1><a href = "/">Elections NI</a></h1>
<p>Open data for the Assembly Elections #AE17</p>
</header>
<label for="show-menu" class="show-menu">Menu</label>
<input type="checkbox" id="show-menu" role="button">
<div id='cssmenu'>
<ul>
<li class='active'><a href='/constituencies'><span>Constituencies</span></a></li>
<li><a href='/results'><span>Results</span></a></li>
<li><a href='/candidates'><span>Candidates</span></a></li>
<li><a href='/data'><span>Data</span></a></li>
<li class='last'><a href='/about'><span>About</span></a></li>
</ul>
</div>
<h1>404 error: page not found</h1>
<p>Please visit the <a href="/">homepage</a>
</div>
</body>
</html>