blob: 69d1c68952e55215ac22130c38dd0d1b26cd8c82 (
plain) (
blame)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<link rel="shortcut icon" href="favicon2.gif">
<html>
<body>
<body style="margin:0;padding:0">
<body background="bg_701.gif">
<div align="center">
<TITLE>hivemind</TITLE>
<style type="text/css">
body {cursor:url("cursor.gif"), auto;}
</style>
<style type="text/css">
a {cursor:url("cursor2.gif"), default;}
</style>
<style>
img {
position: absolute;
top: 35%;
left: 50%;
width: 506px;
height: 500px;
margin-top: -250px;
margin-left: -253px;
}
</style>
<style>
@-webkit-keyframes slide {
from{
background-position:-400px;
}
to{
background-position:400px;
}
}
#bg{
position: relative;
width:100%;
height:100%;
background:url(bg_701.gif);
-webkit-animation: slide 0.001s linear infinite;
}
</style>
<style>
@-webkit-keyframes slide {
from{
background-position:948px;
}
to{
background-position:-948px;
}
}
#logo{
position: absolute;
bottom: 0px;
margin-top: -350px;
width:100%;
height:298px;
background:url(besj2.gif);
-webkit-animation: slide 15s linear infinite;
}
</style>
<style>
@-webkit-keyframes slide {
from{
background-position:948px;
}
to{
background-position:-948px;
}
}
#logo1{
position: absolute;
bottom: -40px;
margin-top: -350px;
width:100%;
height:298px;
background:url(besj2.gif);
-webkit-animation: slide 10s linear infinite;
}
</style>
<style>
@-webkit-keyframes slide {
from{
background-position:948px;
}
to{
background-position:-948px;
}
}
#logo2{
position: absolute;
bottom: -60px;
margin-top: -350px;
width:100%;
height:298px;
background:url(besj2.gif);
-webkit-animation: slide 7s linear infinite;
}
</style>
<style>
@-webkit-keyframes slide {
from{
background-position:948px;
}
to{
background-position:-948px;
}
}
#logo3{
position: absolute;
bottom: -100px;
margin-top: -350px;
width:100%;
height:298px;
background:url(besj2.gif);
-webkit-animation: slide 5s linear infinite;
}
</style>
<div id="bg"> </div>
<a href="liquid.html">
<img border="0" src="poopz.gif" alt="Lain" width="506" height="500"></a>
<div id="logo"> </div>
<div id="logo1"> </div>
<div id="logo2"> </div>
<div id="logo3"> </div>
<iframe width="0" height="0" src="http://www.youtube.com/embed/Cv9yczA87xA?autoplay=1&loop=1&playlist=Cv9yczA87xA" frameborder="0" allowfullscreen></iframe>
</html>
|