-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (30 loc) · 897 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Autotest | Welcome</title>
<meta
name="description"
content="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>Welcome to Autotest</h1>
<section class="head">
<h2 class="headText">Introduction</h2>
<p>New to Autotest? See its <a href="https://github.com/jrpool/autotest">documentation</a>.</p>
<p>Otherwise, get started below.</p>
</section>
<section class="etc">
<h2>Choose a mode</h2>
<p><a href="run.html">Run Autotest</a></p>
<p><a href="validate.html">Validate Autotest</a></p>
</form>
</section>
</main>
</body>
</html>