18 lines
434 B
HTML
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>
|