-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathediting.html
More file actions
43 lines (37 loc) · 949 Bytes
/
editing.html
File metadata and controls
43 lines (37 loc) · 949 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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>TASKforce - Verify the testing of your kit</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<script src="./app.js"></script>
<style>
body{
background-color:#FFFFFF;
color: #000000;
}
h1{
color: #67AA98;
}
h2{
color: #000000;
}
h3{
color: #67AA98;
}
</style>
</head>
<body>
<h1>TASKforce</h1>
<br><br>
<h2> Please change status.</h2>
<h3>Please type "Tested" or "Not Tested.</h3>
<br>
<h1>Status Changing</h1>
<br><label for="statsChange">New Status:</label><input type="text" id="amount" placeholder="example. Not Tested "></input>
<br><br>
<a href="publicRecord.html"><button>Change Status</button></a>
<br><br>
<br>
<span class="note"><strong>PLEASE NOTE:</strong> Your Victim ID (a4d3e0w4) is your identity on the Record of all rape victim kits.</span>
</body>
</html>