forked from encrypt-to/encrypt-to.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 736 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 736 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
<!DOCTYPE html>
<html>
<head>
<title>Audit HackenProof</title>
<script src="jquery.js" type="text/javascript"></script>
<script src="audit.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Security Audit for <a href="https://hackenproof.com/">HackenProof</a></h1>
<p>Use this tool to audit the deployed source code.</p>
<div id="running">Test running <img src="indicator.gif"></div>
<br />
<table id="resultTable" border="0" cellspacing="3" cellpadding="3">
<tbody>
<tr><th>Github</th><th>equals?</th><th>CDN jsdelivr</th><th>Size</th></tr>
</tbody>
</table>
<br />
<p id="commit"></p>
<br />
<div id="deployed">
</div>
</body>
</html>