-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 924 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
<html>
<head>
<title>NOP Security UKI (USB Key Injector)</title>
<link rel="SHORTCUT ICON" href="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="nopsec_main.css">
</head>
<body>
<div id="title"><div align="center" style="width:100%;height:100%">
<img src="NOPSec.png" height="100%" border="0">
</div></div>
<div id="uprtext" align="center">
<table>
<tr>
<td align="center"><a href="UKI1_body.htm" target="lwrfr">Info</a></td>
<td align="center"><a href="UKI1_faq.htm" target="lwrfr">FAQ</a></td>
<td align="center"><a href="UKI1_download.htm" target="lwrfr">Download</a></td>
<td align="center"><a href="UKI1_const_detail.htm" target="lwrfr">Construction</a></td>
<tr>
</table>
</div>
<div id="lwrtext">
<iframe src="UKI1_body.htm" width="100%" height="100%" name="lwrfr" frameborder="0">No frame support</iframe>
</div>
</body>
</html>