Files
danbooru/public/maintenance.html.bak
2012-01-04 19:12:41 +08:00

22 lines
615 B
HTML

<!doctype html>
<html>
<head>
<title>Downbooru</title>
<style type="text/css">
body {
margin: 0;
padding: 10em 2em;
font-family: 'Palatino Linotype', serif;
}
h1, p {
text-align: center;
}
</style>
</head>
<body>
<h1>The site is down for maintenance.</h1>
<p>Check <a href="http://search.twitter.com/search?q=&amp;ands=danbooru&amp;phrase=&amp;ors=&amp;nots=&amp;tag=&amp;lang=all&amp;from=teruyo&amp;to=&amp;ref=&amp;near=&amp;within=15&amp;units=mi&amp;since=&amp;until=&amp;rpp=15">Twitter</a> for updates.</p>
</body>
</html>