Files
danbooru/public/maintenance.html.bak
ghostrigger 103c265b41 Update maintenance.html.bak
updated twitter link courtesy of @mseymour for https://github.com/r888888888/danbooru/issues/776
2013-04-03 00:30:19 +08:00

22 lines
480 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="https://twitter.com/search/realtime?q=%23danbooru%20from%3Ateruyo&src=typd">Twitter</a> for updates.</p>
</body>
</html>