Merge "Standalone maintenance page for ask.o.o migration"
This commit is contained in:
commit
23cce7d1c4
73
maintenance/maintenance.html
Normal file
73
maintenance/maintenance.html
Normal file
@ -0,0 +1,73 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>Site Maintenance | OpenStack Open Source Cloud Computing Software</title>
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="http://www.openstack.org/errors_pages/ui/404/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="http://www.openstack.org/errors_pages/ui/404/css/combined.css" rel="stylesheet">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- Page-specific CSS -->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 four-o-four-wrapper">
|
||||
<h1>Site is down for maintenance</h1>
|
||||
|
||||
<p>We expect to be back in an hour. Thanks for your patience.
|
||||
</p>
|
||||
|
||||
<p>Maybe <a href="http://openstack.org">go home</a> or try one of these instead.
|
||||
</p>
|
||||
|
||||
<div class="four-o-four-links">
|
||||
<a href="/software">Software</a>
|
||||
<a href="/users">Users</a>
|
||||
<a href="/community">Community</a>
|
||||
<a href="/marketplace">Marketplace</a>
|
||||
<a href="/events">Events</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="http://docs.openstack.org">Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
|
||||
<!-- jQuery Version 1.11.0 -->
|
||||
<script src="/themes/openstack/javascript/jquery.min.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="/themes/openstack/javascript/bootstrap.min.js"></script>
|
||||
|
||||
<!-- The rest of the JS -->
|
||||
<script src="/themes/openstack/javascript/navigation.js"></script>
|
||||
<script src="/themes/openstack/javascript/openstack-home.js"></script>
|
||||
<!-- Javascript for page -->
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user