aboutsummaryrefslogtreecommitdiff
path: root/public/index.html.template
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2019-12-29 01:00:49 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2019-12-29 01:00:49 -0500
commit309e12033b76c2221b6b5c761c620816dc0d945d (patch)
tree27ee2355f29958084402d43b03f1d96bcd991c8f /public/index.html.template
parent5f99b8e36d22a54a6a5ef17b43c1b3c33e560cef (diff)
downloadao-coverage-309e12033b76c2221b6b5c761c620816dc0d945d.tar.gz
ao-coverage-309e12033b76c2221b6b5c761c620816dc0d945d.tar.bz2
ao-coverage-309e12033b76c2221b6b5c761c620816dc0d945d.zip
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.
Diffstat (limited to 'public/index.html.template')
-rw-r--r--public/index.html.template17
1 files changed, 0 insertions, 17 deletions
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 @@
-<!DOCTYPE html>
-<html lang="en-US">
-
-<head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <meta http-equiv="x-ua-compatible" content="ie=edge" />
- <title>AO Coverage: Simple code coverage tracking</title>
-</head>
-
-<body>
- <div id="content">
- <span class="code">bash &lt;(curl -s {{TARGET_URL}}/bash)</span>
- </div>
-</body>
-
-</html> \ No newline at end of file