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 # 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='MobileOptimized' content='320'>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'> <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> <title>DOMINICREICH.COM - MAINTENANCE - ERROR 404</title>
<style> <style>
.center { .center {
@ -66,14 +70,9 @@
</head> </head>
<body> <body>
<div class="center"> <div class="center">
<p>The resource you requested could not be found on this website.<br> <p><strong style="font-size: 200%;">Error 404</strong><br><br>
The content could be removed due to the maintenance state of this website.<br> The resource could not be found on this website.<br>
Please have a look back later.<br><br> You will be redirected to the index &ndash; if not, <a href="/">click here</a>.</p>
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>
</div> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save