blob: c109ece3667ac0bd9a232cc9682b716e0705b43b (
plain)
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
|
<!doctype html>
<!--[if lt IE 7]><html class="ie6 oldie" lang="en-gb"><![endif]-->
<!--[if IE 7]> <html class="ie7 oldie" lang="en-gb"><![endif]-->
<!--[if IE 8]> <html class="ie8 oldie" lang="en-gb"><![endif]-->
<!--[if gt IE 8]><!--><html lang="en-gb"><!--<![endif]-->
<head>
<title>FixMyStreet</title>
<link rel="stylesheet" type="text/css" href="/css/core.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<h1 id="header">Fix<span id="my">My</span>Street</h1>
<div id="wrapper"><div id="mysociety">
<p id="expl"><strong>FixMyStreet is currently down for maintenance.</strong>
<br><small>Please come back later.</small></p>
</div></div>
<h2 class="v">Navigation</h2>
<ul id="navigation">
<li>team@fixmystreet.com</li>
</ul>
<a href="http://www.mysociety.org/"><img id="logo" width="133" height="26" src="/i/mysociety-dark.png" alt="View mySociety.org"><span id="logoie"></span></a>
<p id="footer">Built by <a href="http://www.mysociety.org/">mySociety</a>
| <a href="http://github.com/mysociety/fixmystreet">Source code</a>
</p>
</body>
</html>
|