20 lines
718 B
HTML
20 lines
718 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Downbooru</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 4em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>The site is down for maintenance.</h1>
|
|
<p><a class="twitter-timeline" data-width="500" data-tweet-limit="1" 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>
|
|
<iframe src="https://discordapp.com/widget?id=310432830138089472&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
|
|
</body>
|
|
</html>
|