Add Discord widget to maintenance page.

This commit is contained in:
evazion
2020-05-04 17:54:14 -05:00
parent 86e3bd8fbc
commit eab413199c

View File

@@ -4,18 +4,16 @@
<title>Downbooru</title> <title>Downbooru</title>
<style type="text/css"> <style type="text/css">
body { body {
margin: 0; margin: 4em;
padding: 10em 2em; display: flex;
font-family: 'Palatino Linotype', serif; flex-direction: column;
} align-items: center;
h1, p {
text-align: center;
} }
</style> </style>
</head> </head>
<body> <body>
<h1>The site is down for maintenance.</h1> <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> <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> </body>
</html> </html>