summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-06-09 18:32:25 +0800
committerverdant <im@verdant.ee>2026-06-09 18:32:25 +0800
commit52ff23707260175f081fc606c7713b20ced72a4b (patch)
tree905a5bb5b06ab1689908a40ef59fbbdcfa66e0dc
parentc72a925374638e703df787b38fc81f478f901752 (diff)
downloadshsd-52ff23707260175f081fc606c7713b20ced72a4b.tar.gz
shsd-52ff23707260175f081fc606c7713b20ced72a4b.zip
Add a www test directory
Program will open files in the ./www by default
-rw-r--r--www/404.html13
-rw-r--r--www/index.html (renamed from index.html)0
2 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>
diff --git a/index.html b/www/index.html
index 68c0ffc..68c0ffc 100644
--- a/index.html
+++ b/www/index.html