-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpcvlist.html
More file actions
37 lines (37 loc) · 1.23 KB
/
Copy pathpcvlist.html
File metadata and controls
37 lines (37 loc) · 1.23 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
<html>
<head>
<title>
pcvlist
</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<style>
div.main{margin:auto;border:25px;text-align:center}
</style>
</head>
<body>
<a href="securitytwo.html">
<i class="fa fa-chevron-circle-left" style="font-size:80px"></i>
</a>
<a href="index.html">
<i class="fa fa-home" style="font-size:80px"></i>
</a>
<br>
<br>
<p>
<div class="main">
<form action="action_page.php">
<input type="search" name="PCV Search">
<input type="submit" value="Go"><br><br>
<input type="radio" name="PCV Name" value="B9" checked> B9<br><br>
<input type="radio" name="PCV Name" value="J14"> J14<br>
<br>
<br><br><br>
<a href="categoriesndate.html">
<input type=button value="next">
</a>
</form>
</div>
</p>
</body>
</html>