update 404 and readme

master
Dominic Reich 6 years ago
parent 0eac38ea23
commit 4d310249af
No known key found for this signature in database
GPG Key ID: 2664FE98B15DDE4F

@ -1,2 +1,3 @@
# web-maintenance
A temporary site to display when my homepage is under scheduled maintenance. I sync this website quickly via rsync.
A temporary site to display when my homepage is under scheduled maintenance.
I use this with netlify.com.

15
dist/404.html vendored

@ -5,6 +5,10 @@
<meta name='MobileOptimized' content='320'>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>
<meta http-equiv="expires" content="0">
<meta http-equiv="refresh" content="7; URL=https://dominicreich.com/">
<meta name="robots" content="noindex,nofollow">
<title>DOMINICREICH.COM - MAINTENANCE - ERROR 404</title>
<style>
.center {
@ -66,14 +70,9 @@
</head>
<body>
<div class="center">
<p>The resource you requested could not be found on this website.<br>
The content could be removed due to the maintenance state of this website.<br>
Please have a look back later.<br><br>
Visit my <strong>old</strong> photogallery at <a href="https://fotos.dominicreich.com">fotos.dominicreich.com</a>.<br><br>
<a href="https://twitter.com/freefall0">Twitter</a> &middot;
<a href="https://github.com/freefallcid">Github</a> &middot;
<a href="https://500px.com/drtom">500px</a> &middot;
<a href="https://drtom0.myds.me/photo/#!Albums">the new (and empty) gallery</a></p>
<p><strong style="font-size: 200%;">Error 404</strong><br><br>
The resource could not be found on this website.<br>
You will be redirected to the index &ndash; if not, <a href="/">click here</a>.</p>
</div>
</body>
</html>

Loading…
Cancel
Save