diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-15 14:44:55 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-15 16:46:24 +0100 |
commit | 609e81c0165d4740a22837c726921e981605bfbe (patch) | |
tree | 093e806e374d7e49fc6836f4a2bc5ab725b06a39 | |
parent | 42388038182500ae581f5681f8d628b0c2543a31 (diff) |
Make down.default.html generic
-rw-r--r-- | public/down.default.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/public/down.default.html b/public/down.default.html index a3b4f5d64..d6291a74a 100644 --- a/public/down.default.html +++ b/public/down.default.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title> - WhatDoTheyKnow - make and browse Freedom of Information (FOI) requests + Alaveteli - make and browse Freedom of Information (FOI) requests </title> <link href="/assets/application.css" media="screen" rel="stylesheet" title="Main" type="text/css"> @@ -17,15 +17,12 @@ <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> + <a href="http://www.alaveteli.org">powered by Alaveteli</a> </div> <div id="topnav"> <ul id="navigation"></ul> @@ -35,7 +32,7 @@ <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> + <h1>Sorry. We’re down for maintenance. Please come back in a few minutes.</h1> </div> </div> </div> |