diff options
Diffstat (limited to 'phonegap/www/email_sent.html')
-rw-r--r-- | phonegap/www/email_sent.html | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/phonegap/www/email_sent.html b/phonegap/www/email_sent.html deleted file mode 100644 index 288b1f118..000000000 --- a/phonegap/www/email_sent.html +++ /dev/null @@ -1,60 +0,0 @@ -<!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-independent.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> |