-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathresults.html
More file actions
41 lines (38 loc) · 1.44 KB
/
results.html
File metadata and controls
41 lines (38 loc) · 1.44 KB
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
<html>
<head>
<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: 60.5em)" />
<!--[if (lt IE 9)&(!IEMobile)]>
<link rel="stylesheet" type="text/css" href="enhanced.css" />
<![endif]-->
<meta http-equiv="refresh" content="2; url=/results" />
</head>
<body>
<div id="wrap">
<header>
<h1><a href = "/">Elections NI</a></h1>
<p>Open data for the Assembly Elections #AE16</p>
</header>
<div id='cssmenu'>
<ul>
<li><a href='/constituencies'><span>Constituencies</span></a></li>
<li class='active'><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>
<div class="content">
<p>Redirecting in 3 seconds. If this doesn't happen, <a href="/results">click here</a>.</p>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77063537-1', 'auto');
ga('send', 'pageview');
</script>
</div>
</body>
</html>