aboutsummaryrefslogtreecommitdiff
path: root/public/templates/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/templates/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/templates/index.html.template')
-rw-r--r--public/templates/index.html.template17
1 files changed, 17 insertions, 0 deletions
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 @@
+<!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