diff options
author | pommicket <pommicket@gmail.com> | 2025-09-07 03:37:30 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-07 03:37:30 -0400 |
commit | 6f2eea28605381fadf41ec49d05c664c407b9b94 (patch) | |
tree | 02bfcc8e5f7f02da176d93dcc87ef138a399d948 /site/404.html |
Initial spec
Diffstat (limited to 'site/404.html')
-rw-r--r-- | site/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/site/404.html b/site/404.html new file mode 100644 index 0000000..3f9e5ac --- /dev/null +++ b/site/404.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta content="width=device-width,initial-scale=1" name="viewport"> +</head> +<body> + <h3>Page not found</h3> + <p><a href="/index.html">Main page</a></p> +</body> +</html> |