added maintenance state template

Change-Id: I7b0d4ad494114ca7f29a10816113a3b49bceb1b8
This commit is contained in:
Evgeny Fadeev 2013-07-19 23:26:00 -04:00
parent 8104f3904c
commit 78e16cc889
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html>
<head>
<title>Site is in the maintenance</title>
<style class="text/css">
.content-wrapper {
width: 960px;
margin: auto;
}
</style>
</head>
<body>
<div class="content-wrapper">
<img src="open-stack-cloud-computing-logo-2.png" alt="Ask Openstack Logo" /><br/>
<h1>Ask.Openstack is in the maintenance, please come back later</h1>
</div>
</body>
</html>