about summary refs log tree commit diff
path: root/test/serve/one/dotone.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/serve/one/dotone.html')
-rw-r--r--test/serve/one/dotone.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/serve/one/dotone.html b/test/serve/one/dotone.html
new file mode 100644
index 0000000..d880da2
--- /dev/null
+++ b/test/serve/one/dotone.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+
+<body>
+	<h1>one/dotone.html</h1>
+	<p>
+		just a file in the <code>one/</code> directory.
+	</p>
+	<a href="..">back</a><br />
+	<a href=".">dirfile</a>
+</body>
+
+</html>
\ No newline at end of file