-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremoveTargets.html
More file actions
30 lines (30 loc) · 1023 Bytes
/
removeTargets.html
File metadata and controls
30 lines (30 loc) · 1023 Bytes
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>Remove __targetType__ | Aorta</title>
<meta name="description" content="Automated Order Router for Tests of Accessibility (Aorta)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/aorta/style.css">
<link rel="icon" href="/aorta/favicon.png">
<script defer src="/aorta/script.js"></script>
</head>
<body>
<header>
<p><a href="/aorta/actions">Actions</a></p>
</header>
<main>
<h1>Remove an Aorta __targetType__</h1>
<p>Aorta: Automated Order Router for Tests of Accessibility.</p>
<form action="/aorta/removeTarget" method="post" class="flex">
<input type="hidden" name="targetType" value="__targetType__">
<fieldset>
<legend>Remove which __targetType__?</legend>
__targets__
</fieldset>
__you__
<p><button>Remove</button></p>
</form>
</main>
</body>
</html>