ApacheNeuerVhost: maintenance.html

File maintenance.html, 877 bytes (added by Johannes Lode, 5 years ago)

eine einfache "Sorry"-Seite für den Webseiten-Start und für Wartungssarbeiten

Line 
1<!doctype html>
2<html>
3<head>
4<title>Site Maintenance</title>
5<meta charset="utf-8"/>
6<meta name="robots" content="noindex"/>
7<meta name="viewport" content="width=device-width, initial-scale=1.0">
8<style>
9  body { text-align: center; padding: 150px; }
10  h1 { font-size: 50px; }
11  body { font: 20px Helvetica, sans-serif; color: #333; }
12  article { display: block; text-align: left; width: 650px; margin: 0 auto; }
13  a { color: #dc8100; text-decoration: none; }
14  a:hover { color: #333; text-decoration: none; }
15</style>
16</head>
17<body>
18<article>
19    <h1>We&rsquo;ll be back soon!</h1>
20    <div>
21        <p>Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment. If you need to you can always <a href="mailto:#">contact us</a>, otherwise we&rsquo;ll be back online shortly!</p>
22        <p>&mdash; The Team</p>
23    </div>
24</article>
25</body>
26</html>