Skip to content

Commit aa86428

Browse files
committed
Create 404.html
1 parent cb50fa8 commit aa86428

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

404.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="color-scheme" content="dark">
6+
<meta name="theme-color" content="#0c121c">
7+
<meta http-equiv="refresh" content="1;url=/">
8+
<title>Page Not Found</title>
9+
<style>
10+
body {
11+
font-family: system-ui, sans-serif;
12+
text-align: center;
13+
}
14+
</style>
15+
</head>
16+
<body>
17+
<h1>404</h1>
18+
<h2>Page not found. <a href="/">Return to the homepage</a>.</h2>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)