-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhack.html
More file actions
22 lines (19 loc) · 763 Bytes
/
hack.html
File metadata and controls
22 lines (19 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Hacking</title>
<link rel="stylesheet" type="text/css" href="static/css/hack.css">
<link href="https://fonts.googleapis.com/css?family=Anonymous+Pro|Cutive+Mono|Droid+Sans+Mono|Inconsolata|Ubuntu+Mono" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
</head>
<body>
<div class = "console"><span class = "mainText"></span><span class = cursor>_</span></div>
<div class = "granted access">ACCESS GRANTED</div>
<div class = "denied access">ACCESS DENIED</div>
<div class = "accessWindow">1234567812345678</div>
<script type="text/javascript" src = static/js/hack.js></script>
</body>
</html>