-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresults.html
28 lines (24 loc) · 1.21 KB
/
results.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script src="results.js"></script>
<link rel="stylesheet" href="results.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<title>Arc'd detection</title>
</head>
<body>
<div class="top"> <h1 style="text-align:center;line-height:55px;color:white;">Arc'd Results</h1><div style="display:inline;color:white;text-shadow:1px 1px 0px black;right:20px;position:absolute;line-height:68px;"></div></div>
<div align="center" class="content">
<table cellpadding="3px" cellspacing="0px" id="result">
<tr><th width="10%">Time</th><th width="50%">URL</th><th width="5%">Method</th><th width="25%">Params</th><th width="10%">Comments</th></tr>
</table>
</div>
<div height="240px">
</div>
</body>
</html>