diff options
| author | 8cy <[email protected]> | 2020-04-21 01:16:29 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 01:16:29 -0700 |
| commit | f410b0f585707e8e61d8bee7c1ca56a895a02466 (patch) | |
| tree | 101131c47e00d32d4e3cae1bea6153c91c4b3119 /enlightenment.html | |
| parent | Create index.html (diff) | |
| download | acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.tar.xz acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.zip | |
A New Beginning
Diffstat (limited to 'enlightenment.html')
| -rw-r--r-- | enlightenment.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/enlightenment.html b/enlightenment.html new file mode 100644 index 0000000..23970e1 --- /dev/null +++ b/enlightenment.html @@ -0,0 +1,96 @@ +<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> |