diff options
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> |