From 5f99b8e36d22a54a6a5ef17b43c1b3c33e560cef Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 29 Dec 2019 00:24:49 -0500 Subject: Add index.html template with route for integration --- public/index.html.template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/index.html.template (limited to 'public/index.html.template') diff --git a/public/index.html.template b/public/index.html.template new file mode 100644 index 0000000..0dfbee7 --- /dev/null +++ b/public/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