forked from alexphelps/server-error-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintenance-page.html
30 lines (29 loc) · 1.24 KB
/
maintenance-page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: error_page
title: Temporary Maintenance
---
<div class="container">
<!-- Jumbotron -->
<div class="jumbotron">
<h1><i class="fa fa-cogs green"></i> {{page.title}}</h1>
<p class="lead">The web server for <em><span id="display-domain"></span></em> is currently undergoing some maintenance.</p>
<a href="javascript:document.location.reload(true);" class="btn btn-default btn-lg text-center"><span class="green">Try This Page Again</span></a>
</div>
</div>
<div class="container">
<div class="body-content">
<div class="row">
<div class="col-md-6">
<h2>What happened?</h2>
<p class="lead">Servers and websites need regular maintenance just like a car to keep them up and running smoothly.</p>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site visitor</p>
<p>If you need immediate assistance, please send us an email instead. We apologize for any inconvenience.</p>
<p class="lead">If you're the site owner</p>
<p>The maintenance period will mostly likely be very brief, the best thing to do is to check back in a few minutes and everything will probably be working normal again.</p>
</div>
</div>
</div>
</div>