diff options
-rw-r--r-- | public/down.default.html | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/public/down.default.html b/public/down.default.html new file mode 100644 index 000000000..58a28177a --- /dev/null +++ b/public/down.default.html @@ -0,0 +1,79 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en-gb"> + <head> + <title> + + WhatDoTheyKnow - file and browse Freedom of Information (FOI) requests + + </title> + + <link href="http://www.whatdotheyknow.com/stylesheets/main.css?1246372679" media="screen" rel="stylesheet" title="Main" type="text/css"> + <link href="http://www.whatdotheyknow.com/stylesheets/yucky-green.css?1213281877" media="screen" rel="alternate stylesheet" title="Yucky Green" type="text/css"> + <!--[if LT IE 7]> + <style type="text/css">@import url("/stylesheets/ie6.css");</style> + <![endif]--> + + </head> + <body> + + + + <div id="banner"> + </div> + <div id="header"> + <h1> + <a href="/">WhatDoTheyKnow?</a> + </h1> + <div id="tagline"> + Make and explore Freedom of Information requests + </div> + </div> + <div id="mysoclogo"> + <a href="http://www.mysociety.org">a site by mysociety.org</a> + </div> + <div id="topnav"> + <ul id="navigation"> + </div> + + <div id="wrapper"> + <div id="content"> + + + + <div id="general_frontpage"> + <div id="frontpage_search"> + <h1>Sorry. WhatDoTheyKnow is down for maintenance. Please come back in a few minutes.</h1> + +</div> + + </div> + </div> + </div> + + <div id="footer"> + Built by <a href="http://www.mysociety.org/">mySociety</a> ... + <a href="/help/about#helpus">and you</a> + | + Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a> + </div> + + +<!-- Piwik --> +<script type="text/javascript"> +var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.mysociety.org/" : "http://piwik.mysociety.org/"); +document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); +</script> +<script type="text/javascript"> +<!-- +piwik_action_name = ''; +piwik_idsite = 4; +piwik_url = pkBaseURL + "piwik.php"; +piwik_log(piwik_action_name, piwik_idsite, piwik_url); +//--> +</script> +<noscript><p><img src="http://piwik.mysociety.org/piwik.php?i=1" style="border:0" alt=""></p></noscript> +<!-- /Piwik --> + + + </body> +</html> |