eBooru/public/maintenance.html.bak
anonbl bf6e3f6cae
Added Twitter widget
Added a Twitter widget instead of a link
2018-08-05 02:38:59 +03:00

22 lines
602 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><a class="twitter-timeline" data-width="500" data-tweet-limit="3" data-dnt="true" href="https://twitter.com/danboorubot">Check Twitter for updates.</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
</body>
</html>