index
:
cpp-web.git
C++ web blog software, made for my special needs.
log msg
author
committer
range
blog.impl.cc
master
about
summary
refs
log
tree
commit
diff
path:
root
/
test
/
www
/
dir
/
index.html
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test/www/dir/index.html')
-rw-r--r--
test/www/dir/index.html
8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/www/dir/index.html b/test/www/dir/index.html
new file mode 100644
index 0000000..be3c05f
--- /dev/null
+++ b/
test/www/dir/index.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+</head>
+<body>
+ <a href="/dir/test.html">Test</a>
+ <a href="/hi">hi</a>
+</body>
+</html>