diff options
author | james pannacciulli <jpnc@jpnc.info> | 2023-06-28 07:51:32 -0400 |
---|---|---|
committer | james pannacciulli <jpnc@jpnc.info> | 2023-06-28 07:51:32 -0400 |
commit | 7610bdee6b2fcce873377f0dcc1165e465a4dee9 (patch) | |
tree | a2f26043f37392d1e2f521aea1cdc26b42988997 /html | |
parent | 04018695f214ca4407579a4184574737afa90a70 (diff) | |
download | calligram.me-7610bdee6b2fcce873377f0dcc1165e465a4dee9.tar.gz calligram.me-7610bdee6b2fcce873377f0dcc1165e465a4dee9.tar.bz2 |
might help for html to be in the html dir
Diffstat (limited to 'html')
-rw-r--r-- | html/404.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/html/404.html b/html/404.html new file mode 100644 index 0000000..2ec7355 --- /dev/null +++ b/html/404.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>calligram.me 4 0 4</title> +</head> +<body> + <h1> 404 better luck next time </h1> +</body> +</html> |