-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathout.html
31 lines (31 loc) · 809 Bytes
/
out.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Report | Autotest</title>
<meta
name="description"
content="Example of accessibility test automation"
>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<h1>Autotest report</h1>
<section class="head">
<h2 class="headText">Result</h2>
<p>You ran an Autotest script. The report and any exhibits are below.</p>
</section>
<div class="etc">
<section>
<h3>Report</h3>
<pre>__report__</pre>
<h3>Exhibits</h3>
__exhibits__
</section>
</div>
</main>
</body>
</html>