askbot-theme/os/templates/maintenance.html
tanlin ef9eb3037b Rename Openstack to OpenStack
Change-Id: I1e68c2734b4afa67287157f41767eef5dddf5ef4
2014-02-12 17:50:16 +08:00

18 lines
434 B
HTML

<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>