diff options
author | Steven Schubiger <stsc@refcnt.org> | 2013-07-21 17:06:20 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2013-07-21 17:06:20 +0200 |
commit | da10c6c945c2034e675b5d446a814e504a74db39 (patch) | |
tree | 91f470efa0d089b1e769558ca6ff12b27c947c74 | |
parent | 2ce914d0b5b4a41bc075fb64998dad86fd4623f0 (diff) | |
download | lugs-da10c6c945c2034e675b5d446a814e504a74db39.tar.gz lugs-da10c6c945c2034e675b5d446a814e504a74db39.tar.bz2 |
make-html: add testing HTML template
-rw-r--r-- | make-html/index.phtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make-html/index.phtml b/make-html/index.phtml new file mode 100644 index 0000000..e092adb --- /dev/null +++ b/make-html/index.phtml @@ -0,0 +1,9 @@ +<html> + <head> + <title>LUGS Terminliste - Test</title> + </head> + <body> +<!-- TERMINE_BEGIN --> +<!-- TERMINE_ENDE --> + </body> +</html> |