diff options
| author | verdant <im@verdant.ee> | 2026-06-09 18:32:25 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-06-09 18:32:25 +0800 |
| commit | 52ff23707260175f081fc606c7713b20ced72a4b (patch) | |
| tree | 905a5bb5b06ab1689908a40ef59fbbdcfa66e0dc /www/404.html | |
| parent | c72a925374638e703df787b38fc81f478f901752 (diff) | |
| download | shsd-52ff23707260175f081fc606c7713b20ced72a4b.tar.gz shsd-52ff23707260175f081fc606c7713b20ced72a4b.zip | |
Add a www test directory
Program will open files in the ./www by default
Diffstat (limited to 'www/404.html')
| -rw-r--r-- | www/404.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/404.html b/www/404.html new file mode 100644 index 0000000..9959290 --- /dev/null +++ b/www/404.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> +<title>404 Not Found</title> +</head> +<body> +<center> +<h1>404 Not Found</h1> +</center> +<hr> +<center>shsd</center> +</body> +</html> |
