We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb50fa8 commit aa86428Copy full SHA for aa86428
1 file changed
404.html
@@ -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