update 404 and readme
This commit is contained in:
parent
0eac38ea23
commit
4d310249af
2 changed files with 9 additions and 9 deletions
|
@ -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
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> ·
|
||||
<a href="https://github.com/freefallcid">Github</a> ·
|
||||
<a href="https://500px.com/drtom">500px</a> ·
|
||||
<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 – if not, <a href="/">click here</a>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue