diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html.template | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ +<!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 <(curl -s {{TARGET_URL}}/bash)</span> + </div> +</body> + +</html>
\ No newline at end of file |
