houdini/public/maintenance.html

33 lines
819 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Houdini Project - Maintenance</title>
<link href='https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans:400italic,400,300,800,700|Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
text-align: center;
font-family: 'Bitter', serif;
}
h1 {
}
.logo a {
text-decoration: none;
color: #555;
}
.logo span {
color: #0082B4;
}
</style>
</head>
<body>
<!-- This file lives in public/maintenance.html -->
<div class="dialog">
<h1 class='logo'><a href='/'>Houdini Project</a></h1>
<h1>We're down for maintenance.</h1>
<p>All of our hamsters needed a break from running in their wheels all day.</p>
<p>We're sorry for the inconvenience. Please check back soon.</p>
</div>
</body>
</html>