Skip to content

Commit ccfcc68

Browse files
committed
forward all other URLs after delay
Signed-off-by: Dirk Hohndel <[email protected]>
1 parent d810bf2 commit ccfcc68

File tree

1 file changed

+21
-24
lines changed

1 file changed

+21
-24
lines changed

404.html

+21-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
1-
---
2-
permalink: /404.html
3-
layout: default
4-
---
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta http-equiv="refresh" content="3; URL=https://subsurface-divelog.org/">
5+
<style type="text/css" media="screen">
6+
h1 {
7+
margin: 30px 0;
8+
font-size: 4em;
9+
line-height: 1;
10+
letter-spacing: -1px;
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
<div class="container">
16+
<h1>404</h1>
517

6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
19-
20-
<div class="container">
21-
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
25-
</div>
18+
<p><strong>We moved our homepage - some of the old URLs no longer work</strong></p>
19+
<p>You should be forwarded soon.</p>
20+
</div>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)