-
Notifications
You must be signed in to change notification settings - Fork 1
/
source.html
60 lines (60 loc) · 2.16 KB
/
source.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
</script>
<script>
!window.jQuery && document.write('<script src="assets/jquery-1.4.3.min.js"><\/script>')
</script>
<script src="assets/jquery.raptorize.1.0.js">
</script>
<script type="text/javascript">
$(window).load(function() {
$('.poney').raptorize({'enterOn' : 'konami-code', 'delayTime' : 3 }
);
});
</script>
<title>8==D</title>
<style>
html, body {
overflow: hidden
}
body {
font-family: "Comic Sans MS", Tahoma, Verdana, Arial, sans-serif;
background: black url(assets/Skull_-_LOGO_300x300.gif);
color: #FF0000;
text-shadow: 0 0 50px #FF0000;
font-size: 30px;
}
</style>
</head>
<body>
<marquee scrolldelay="5" scrollamount="10" behaviour="alternate" style="left: 0; width: 100%;bottom: 50px;position:absolute">
<img src="assets/skull.gif" />
</marquee>
<marquee direction="right" scrolldelay="50" scrollamount="20" behaviour="alternate" style="width: 100%;position: absolute; top: 40px;background:transparent">
<img src="assets/cafetiere.gif" />
</marquee>
<div style="position:absolute;height: 100%; width: 100%;">
<marquee scrolldelay="10" scrollamount="20" direction="down" behaviour="alternate" style="width: 100%;height: 100%;text-align: center;top: 0;left:0">
<marquee scrollamount="20" scrolldelay="10" behaviour="alternate" style="width: 100%;font-size:100px;text-shadow: 0 0 15px magenta;">
8==D
</marquee>
</marquee>
</div>
<img src="assets/_explosion.gif" style="position:absolute; left: 200px;top: 200px;" />
<img src="assets/_eclair.gif" style="position:absolute; right: 200px;bottom: 200px;" />
<table width="100%" height="100%">
<tr>
<td align="center" valign="middle" style="font-size: 80px">
<blink>
DA THOT HAZ DEMARAG3 3rd OF FEBRUARY
<br />
HACKAGE CONTEST
</blink>
</td>
</tr>
</table>
<div class="poney">
</div>
</body>
</html>