blob: 0efab7270680df10dd8bbd7d720115c4a1d48f3d (
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
|
<link rel="shortcut icon" href="favicon2.gif">
<html>
<body style="margin:0;padding:0" bgcolor="#000000">
<div align="center">
<TITLE>eyes</TITLE>
<style type="text/css">
body {cursor:url("cursor.gif"), auto;}
</style>
<style type="text/css">
a {cursor:url("cursor2.gif"), default;}
</style>
<style>
@-webkit-keyframes slide {
from{
background-position-y:-2565px;
}
to{
background-position-y:2565px;
}
}
#logo{
position: absolute;
right:50%;
margin-right:-250px;
width:500px;
height:100%;
background:url(lain_vertical.gif);
-webkit-animation: slide 20s linear infinite;
}
</style>
<a href="overcast.html"><div id="logo"> </div></a>
<iframe width="0" height="0" src="http://www.youtube.com/embed/kWXxlQlz9TM?autoplay=1&loop=1&playlist=kWXxlQlz9TM" frameborder="0" allowfullscreen></iframe>
</html>
|