diff options
Diffstat (limited to 'eyes.html')
| -rw-r--r-- | eyes.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/eyes.html b/eyes.html new file mode 100644 index 0000000..0efab72 --- /dev/null +++ b/eyes.html @@ -0,0 +1,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>
\ No newline at end of file |