diff options
Diffstat (limited to 'enlightenment.html')
| -rw-r--r-- | enlightenment.html | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/enlightenment.html b/enlightenment.html deleted file mode 100644 index 23970e1..0000000 --- a/enlightenment.html +++ /dev/null @@ -1,96 +0,0 @@ -<link rel="shortcut icon" href="favicon2.gif"> -<html> - -<body> -<body bgcolor="#000000"> -<body onload="blink();"> -<TITLE>enlightenment</TITLE> -<div align="center"> - -<style type="text/css"> -body {cursor:url("cursor.gif"), auto;} -</style> - -<style type="text/css"> -a {cursor:url("cursor2.gif"), default;} -</style> - - -<script type="text/javascript"> -<!-- -var b_timer = null; // blink timer -var b_on = true; // blink state -var blnkrs = null; // array of spans - -function blink() { -var tmp = document.getElementsByTagName("span"); -if (tmp) { -blnkrs = new Array(); -var b_count = 0; -for (var i = 0; i < tmp.length; ++i) { -if (tmp[i].className == "blink") { -blnkrs[b_count] = tmp[i]; -++b_count; -} -} -// time in m.secs between blinks -// 500 = 1/2 second -blinkTimer(25); -} -} - -function blinkTimer(ival) { -if (b_timer) { -window.clearTimeout(b_timer); -b_timer = null; -} -blinkIt(); -b_timer = window.setTimeout('blinkTimer(' + ival + ')', ival); -} - -function blinkIt() { -for (var i = 0; i < blnkrs.length; ++i) { -if (b_on == true) { -blnkrs[i].style.visibility = "hidden"; -} -else { -blnkrs[i].style.visibility = "visible"; -} -} -b_on =!b_on; -} -//--> -</script> - - - -<style> - img { - position: absolute; - top: 50%; - left: 50%; - width: 395px; - height: 610px; - margin-top: -230px; - margin-left: -197.5px; -} - -</style> - -<style> - font { - position: absolute; - top: 50%; - left: 50%; - margin-top: -400px; - margin-left: -130px; -} - -</style> - - -<br><font font size="1" font color="#c1b492"><br><br><br><br><br><i>「 I shall drain your <b><span class="blink">minds</span></b><br>and bend your will to mine.<br>You will submit,<br>and I shall possess you.」<br><sub><sub>-neolain</font> - -<a href="frame.html"> -<img border="0" src="LAINHADN3.gif" alt="hand" width="395" height="610"></a> -<iframe width="0" height="0" src="http://www.youtube.com/embed/b4fl85vEm0s?autoplay=1&loop=1&playlist=b4fl85vEm0s" frameborder="0" allowfullscreen></iframe> |