about summary refs log tree commit diff
path: root/test/serve/one/one.html
blob: 2eef7b16ea4ea7714786136fc80c585162a2baa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>

<body>
	<h1>One/one.html</h1>
	<p>
		this is the file served for the <code>one/</code> directory.
	</p>
	<a href="dotone.html">dotone.html</a>
</body>

</html>