forked from JakeBlair420/totally-not-spyware
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
46 lines (46 loc) · 1.45 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en" manifest="manifest.appcache">
<title>⁢</title>
<meta charset="utf-8">
<!-- UI Properties -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="root/css/all.css">
<!-- iOS App Properties -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" href="root/img/ios-icon.png">
<script>
window.onerror = function(ev)
{
alert('Uncaught error: ' + ev);
};
</script>
<!--mergestart-->
<script src="root/js/utils.js"></script>
<script src="root/js/version.js"></script>
<script src="root/js/slider.js"></script>
<script src="root/js/int64.js"></script>
<script src="root/js/spyware.js"></script>
<!--mergeend-->
<script src="root/js/pwn.js"></script>
<body style="background:#000;">
<header class="block">
<div class="time">TNS Sockport</div>
<div class="date" id="date"></div>
</header>
<div id="main">
<img id="logo" src="root/img/amazing.png" alt="logo">
<div id="notice"></div>
</div>
<div id="slider">
<div id="well">
<div id="thumbtack">
<img class="arrow" src="root/img/arrow.svg" alt="arrow">
</div>
<div id="hint">
<span>slide for spyware</span>
</div>
</div>
</div>
</body>
</html>