diff options
Diffstat (limited to 'index-2.html')
| -rw-r--r-- | index-2.html | 159 |
1 files changed, 0 insertions, 159 deletions
diff --git a/index-2.html b/index-2.html deleted file mode 100644 index 83c1ef6..0000000 --- a/index-2.html +++ /dev/null @@ -1,159 +0,0 @@ -<html><head> -<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> - <title>S u y u</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - - <link rel="stylesheet" href="index.css" type="text/css"> - <style type="text/css">a{text-decoration:none}</style> - <script type="text/javascript" src="ima.js"></script> - -<body bgcolor="black"> -<script type="text/javascript"> -var totalCount = 3; -function ChangeIt() -{ -var num = Math.ceil( Math.random() * totalCount ); -document.body.background = 'mainbg/'+num+'.gif'; -document.body.style.backgroundSize = "cover";// Background repeat -document.body.style.backgroundRepeat = "no-repeat"; -} -</script> - - </head> - <body> -<script type="text/javascript"> -ChangeIt(); -</script> - - <div class="centerContainer"> - <div id="headText"><style type="text/css"> -.a5 { - position: absolute; - left: 500px; - top: 000px; - z-index: 6; - overflow: hidden; /* Ensures the content is not revealed until the animation */ - border-bottom: .15em solid white; /* The typwriter cursor */ - white-space: nowrap; /* Keeps the content on a single line */ - margin: 0 auto; /* Gives that scrolling effect as the typing happens */ - letter-spacing: .15em; /* Adjust as needed */ - animation: - typing 3.5s steps(40, end), - blink-caret .75s step-end infinite; - -} - -#blur{ - font-size: 40px; - color: transparent; - text-shadow: 0 0 8px white; -} - -#blur2{ - filter: blur(2px); -} - -#blur11{ - font-size: 40px; - text-shadow: 0 0 8px crimson; -} - - -#verticalText{ -font-family: 'CaviarDreams'; -text-align: center; -font-size: 25px; -padding-top: 35px; -writing-mode: vertical-rl; -text-orientation: upright; - - text-shadow: 0 0 10px white; - -} - - -</style> -<script class="fade" translate="no"> - -var countDownDate = new Date("Aug 2, 2019 00:00:00").getTime(); - -var x = setInterval(function() { - - var now = new Date().getTime(); - - var distance = countDownDate - now; - - var days = Math.floor(distance / (1000 * 60 * 60 * 24)); - var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); - var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); - var seconds = Math.floor((distance % (1000 * 60)) / 1000); - - document.getElementById("taimu").innerHTML = "「" + days + "・" + hours + "・" - + minutes + "・" + seconds + "」"; - - if (distance > 0) { - clearInterval(x); - document.getElementById("taimu").innerHTML = "「0日0時0分0秒」"; - } -}, 1000); -</script> -<center id="blur"><font family="MS PGothic" color="white"><div translate="no" id="taimu">「////////////////////////////」</div></font> - <font size="6" color="white"> - - <span id="ima">//////////////////////</span> - <script type="text/javascript">window.onload = ima('ima');</script> - - </font> -</center></div> - <div id="divider"> - </div> - <div id="verticalText" class="a5" style="position:fixed;left:30%" > Time waits for no one. </div> - -<center><a href="rei.html"><img src="reii.png" /></a></center><br><br> -</body> -<style> -a:link {color:#FFFFFF;} -a:visited {color:#FFFFFF;} -a:hover {color:#848484;} -a:active {color:#FFFFFF;} - -font:link {color:crimson;} -font:visited {color:red;} -font:hover {color:#B40404;} -font:active {color:red;} - -del:link {color:#FFFFFF;} -del:visited {color:#FFFFFF;} -del:hover {color:#848484;} -del:active {color:#FFFFFF;} - -</style> -<center id="blur"> -<div id="p"> - -<a href="eva0.html"> -<font id="blur11"> -号機</a> -</font> -| -<a href="moon.html"> -<font id="blur11"> -月影</a> -</font> - -<br><a href="about.html">About</a> |<a href="login.html"> Login</a> |<a href="tracklist.html" style="text-decoration: none;"> Tracklist</a><br> - - |<a href="http://users2.smartgb.com/g/g.php?a=s&i=g26-33945-60" style="text-decoration: none;"> Guestbook</a> |<a href="https://discord.gg/BAGEVbX" style="text-decoration: none;"> Discord</a>  - - - - <div id="divider" ></div> - -</center> - -<audio autoplay loop > - <source src="main4.mp3" type="audio/mpeg"> - </audio> - -</body> -</html>
\ No newline at end of file |