diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 00:56:05 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 01:11:06 +0000 |
commit | 72c681d3a16a706b0a3dd2b6dda95edcb4f78f51 (patch) | |
tree | 980d08083ae4e5208c85d54bd34f01457f721fb3 /t/htdocs | |
parent | 5cfdae7ccf1eece314c381d8de52acd2aee7cff9 (diff) | |
download | Apache-Inject-72c681d3a16a706b0a3dd2b6dda95edcb4f78f51.tar.gz |
Add Makefile, basic test
Diffstat (limited to 't/htdocs')
-rw-r--r-- | t/htdocs/foot.html | 2 | ||||
-rw-r--r-- | t/htdocs/head.html | 2 |
2 files changed, 4 insertions, 0 deletions
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 @@ +<hr/> +<p>Copyright © Site Owner</p> 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 @@ +<h1>Site Header</h1> +<hr/> |