about summary refs log tree commit diff
path: root/test/serve/two
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-02-21 05:40:24 -0600
committergennyble <gen@nyble.dev>2024-02-21 05:40:24 -0600
commitc4eff133ed2a2c3deb8fad322a430b3263b6e6ab (patch)
tree1b599aca6b0bcf9cfec047f1eee56270f8fa2b8c /test/serve/two
downloadawake-c4eff133ed2a2c3deb8fad322a430b3263b6e6ab.tar.gz
awake-c4eff133ed2a2c3deb8fad322a430b3263b6e6ab.zip
initial commit; Filesytem and dirfiles
Diffstat (limited to 'test/serve/two')
-rw-r--r--test/serve/two/two.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/serve/two/two.html b/test/serve/two/two.html
new file mode 100644
index 0000000..4fe965b
--- /dev/null
+++ b/test/serve/two/two.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+
+<body>
+	<h1>two/two.html</h1>
+	<a href="..">home</a>
+</body>
+
+</html>
\ No newline at end of file