-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoolkit.html
More file actions
48 lines (45 loc) · 1.25 KB
/
toolkit.html
File metadata and controls
48 lines (45 loc) · 1.25 KB
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
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>toolkit</title>
</head>
<body>
<p class="text-add_more">
<span class="add_more"> + Add more</span>
</p>
<textarea placeholder="IOT IP" rows="10" cols="20"></textarea>
<div class="samples">
<p>Samples:</p>
<p>64.222.177.180-190</p>
<p>176.126.167.1/24</p>
<p>38.88.237.230, 64.222.177.185</p>
</div>
<fieldset>
<p class="checkbox">
<input type="checkbox" id="checkbox_1">
<label for="checkbox_1">Report as PDF</label>
</p>
<p class="checkbox">
<input type="checkbox" id="checkbox_2">
<label for="checkbox_2">Report as XML</label>
</p>
</fieldset>
<span class="form-title">Scan IOT perimeter every:</span>
<fieldset>
<p class="radio">
<input type="radio" name="radio" id="radio_1">
<label for="radio_1">12 hours</label>
</p>
<p class="radio">
<input type="radio" name="radio" id="radio_2">
<label for="radio_2">24 hours</label>
</p>
</fieldset>
<p class="input-file">
<label class="file-field" id="file--name" for="file">Select file...</label>
<label class="file-field--button" for="file">Choose file</label>
<input type="file" id="file" name="file">
</p>
</body>
</html>