From 309e12033b76c2221b6b5c761c620816dc0d945d Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 29 Dec 2019 01:00:49 -0500 Subject: Move template files to subfolder More static files will likely be used that do not require using a template (e.g. favicon.ico), so storing them in the public folder will keep them with other served files without getting them confused with the templates. --- public/templates/index.html.template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/templates/index.html.template (limited to 'public/templates/index.html.template') diff --git a/public/templates/index.html.template b/public/templates/index.html.template new file mode 100644 index 0000000..0dfbee7 --- /dev/null +++ b/public/templates/index.html.template @@ -0,0 +1,17 @@ + + + + + + + + AO Coverage: Simple code coverage tracking + + + +
+ bash <(curl -s {{TARGET_URL}}/bash) +
+ + + \ No newline at end of file -- cgit