From 72c681d3a16a706b0a3dd2b6dda95edcb4f78f51 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Apr 2021 00:56:05 +0000 Subject: Add Makefile, basic test --- t/htdocs/foot.html | 2 ++ t/htdocs/head.html | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 t/htdocs/foot.html create mode 100644 t/htdocs/head.html (limited to 't/htdocs') diff --git a/t/htdocs/foot.html b/t/htdocs/foot.html new file mode 100644 index 0000000..77ef8be --- /dev/null +++ b/t/htdocs/foot.html @@ -0,0 +1,2 @@ +
+

Copyright © Site Owner

diff --git a/t/htdocs/head.html b/t/htdocs/head.html new file mode 100644 index 0000000..b4abf3f --- /dev/null +++ b/t/htdocs/head.html @@ -0,0 +1,2 @@ +

Site Header

+
-- cgit v1.2.3