blob: 529ccb6939f9d2329249026cac3750fdb568bb32 (
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
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
|
<!doctype html>
<head>
<meta name="viewport" content="initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="HandHeldFriendly" content="true">
<meta name="mobileoptimized" content="0">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/layout.css" media="(min-width:48em)">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript" src="js/json2.js"></script>
<script type="text/javascript" src="js/config.js"></script>
<script type="text/javascript" src="cordova-1.8.0.js"></script>
<script type="text/javascript" src="js/jquery-1.7.0.min.js"></script>
<script type="text/javascript" src="js/mobile.js"></script>
<title> Create a report :: FixMyStreet </title>
</head>
<body class="fullwidthpage mobile-header">
<div class="wrapper">
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
<span id="site-logo"></span>
</div>
</header>
<div id="user-meta">
</div>
<div class="container">
<div class="content" role="main">
<h1>Nearly Done! Now check your email...</h1>
<p>The confirmation email <strong>may</strong> take a few minutes to arrive — <em>please</em> be patient.</p>
<p>If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.</p>
<p>You must now click the link in the email we've just sent you — if you do not, your problem will not be posted..</p>
<p>(Don't worry — we'll hang on to your problem report while you're checking your email.)</p>
</div>
</div>
</div>
<div class="big-green-banner mobile-map-banner mobile-nav-banner">
<a href="index.html">home</a>
Confirm Report
</div>
<div class="mobile-info">
<a href="about.html">i</a>
</div>
</div>
</body>
</html>
|