1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00
Havana/tools/www-tpl/default-en/maintenance.tpl

42 lines
1.2 KiB
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html" />
<title>{{ site.siteName }}</title>
<script type="text/javascript" src="{{ site.staticContentPath }}/web-gallery/maintenance/new/js/jquery.min.js"></script>
<link href="{{ site.staticContentPath }}/web-gallery/maintenance/new/style/maintenance.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="content">
<div id="header" class="clearfix">
<h1><span></span></h1>
</div>
<div id="process-content">
<div class="fireman">
<h1>Maintenance break!</h1>
<p>
Sorry! Habbo is being worked on at the moment.</p>
<p>We'll be back soon. We promise.</p>
</div>
<div class="tweet-container">
<h2>What's going on?</h2>
<div class="tweet"></div>
<a class="twitter-timeline" href="https://twitter.com/ShockwaveHabbo?ref_src=twsrc%5Etfw">Tweets by Classic Habbo</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
{% include "base/footer.tpl" %}
</body>
</html>