Skip to content

Commit 3ecae0f

Browse files
committed
404
1 parent 82b077c commit 3ecae0f

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

assets/404.html

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
65
<title>404 - Page Not Found</title>
7-
8-
<!-- Custom styles for this template -->
96
<link href="/style.css" rel="stylesheet" />
10-
11-
<style>
12-
h1 {
13-
display: flex;
14-
justify-content: center;
15-
align-items: center;
16-
font-size: 3rem;
17-
}
18-
</style>
19-
20-
<script>
21-
if (location.pathname.match(/\/\d{4}\/\d{2}\/\d{2}\//)) {
22-
location.pathname = location.pathname.replace(
23-
/\/(\d{4})\/(\d{2})\/(\d{2})\//,
24-
"/$1-$2-$3-"
25-
);
26-
}
27-
</script>
287
</head>
29-
308
<body>
31-
<h1>404 - Page Not Found</h1>
9+
<center>
10+
<h1>404 - Page Not Found</h1>
11+
<p>the page you are looking for not avaible!</p>
12+
<p><a href="/">Go Home</a></p>
13+
<center>
3214
</body>
3315
</html>

0 commit comments

Comments
 (0)