aboutsummaryrefslogtreecommitdiff
path: root/public/templates/index.html.template
blob: 0dfbee78478adda9ddba2a263326b9e931390e31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>