houdini/public/maintenance.html
Bradley M. Kuhn dff436355d Relicense all .html files as CC-1.0
The primary license of the project is changing to:
  AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later

with some specific files (including HTML files) to be licensed under the one
of two licenses:
   CC0-1.0
   LGPL-3.0-or-later

This commit is one of the many steps to relicense the entire codebase.

Documentation granting permission for this relicensing (from all past
contributors who hold copyrights) is on file with Software Freedom
Conservancy, Inc.
2018-03-25 15:10:40 -04:00

33 lines
846 B
HTML

<!-- License: CC0-1.0 -->
<!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>