maintenance
This commit is contained in:
36
static/maintenance.html
Normal file
36
static/maintenance.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="format-detection" content="telephone=yes">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="expires" content="0">
|
||||
<meta name="robots" content="noarchive">
|
||||
<title>Maintenance</title>
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
|
||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
||||
<link rel="stylesheet" href="/css/fontawesome.min.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mt-5">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="error-template pt-5 pl-5">
|
||||
<h1>Service unavailable</h1>
|
||||
<h3>Temporarily down for maintenance</h3>
|
||||
<div>
|
||||
<p>
|
||||
Sorry for the inconvenience but we're performing some maintenance at the moment.
|
||||
we'll be back online shortly!
|
||||
</p>
|
||||
</div>
|
||||
<a href="javascript:document.location.reload()" class="btn btn-info btn-lg mt-3">
|
||||
<i class="fa fa-redo mr-2"></i>Retry
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 text-center pt-5">
|
||||
<img src="/img/maintenance.png" alt="[maintenance]">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user