-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (24 loc) · 903 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
31
<!doctype html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="http://xss-game.appspot.com/static/game.css" />
<title>Hack FCU TODAY</title>
</head>
<body>
<h1 id="level-title">Warning: Y0u ar3 H4ck1n9 FCU N0W</h1>
<div id="instructions">
<h2>Welcome, FCU HACK3RS!</h2>
<a class="next-button" href="#">I-l 4 c lc</a>
<h4><a href="#" onclick="this.style.display = 'none'; document.getElementById('intro-faq').style.display='block'; return false">?</a></h4>
<div id="intro-faq" style="display: none">
<h4>We are FISA.<h4>
<h4>We are Legion.</h4>
<h4>We do not forgive censorship.</h4>
<h4>We do not forget the denial of our education rights as a studet beings.</h4>
<h4>To those sucks FCU CS Teachers, you should've expected us.</h4>
<h3>WE DO NOT FORGIVE.</h3>
<h3>EXPECTED US.<h3>
</div>
</div>
</body>
</html>