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/index.html.template | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 public/index.html.template (limited to 'public/index.html.template') diff --git a/public/index.html.template b/public/index.html.template deleted file mode 100644 index 0dfbee7..0000000 --- a/public/index.html.template +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - AO Coverage: Simple code coverage tracking - - - -
- bash <(curl -s {{TARGET_URL}}/bash) -
- - - \ No newline at end of file -- cgit