diff options
Diffstat (limited to 'login.html')
| -rw-r--r-- | login.html | 240 |
1 files changed, 182 insertions, 58 deletions
@@ -1,58 +1,182 @@ -<!DOCTYPE HTML> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>Wired / Login</title> - <link rel="icon" type="image/png" href="favicon_64px.png" sizes="64x64" /> - <link rel="icon" type="image/png" href="favicon_32px.png" sizes="32x32" /> - <link rel="icon" type="image/png" href="favicon_16px.png" sizes="16x16" /> - <link rel="stylesheet" type="text/css" href="stylesheetLogin.css"> - </head> - <body> - <div class="wiredGang"> - <div class="darker"> - <div class="dark"> - <div class="opacity"> - <img src="wiredLogInNew_512px_06.gif" alt="wired"> - - <div class="opacityContent"> - <h1 id="intro">The Wired</h1> - <hr> - <h2 class="jp">⌈繋がりだったもの⌋</h2> - </div> - - <div class="opacityContent2"> - <form name="Login" action="/" netlify> - <p>User ID:</p> - <input class="text" type="text" name="User" size="25" placeholder="Teacher"> - <br> - <p>PassWord:</p> - <input class="text" type="password" size="25" name="Password"> - <br> - <input class="button" type="submit" value="Login"> - </form> - <p class="descp"><b>NOTE:</b> To login you have to have an invite from an existing user. There is no use in trying to beg, ask/request for an invite, we choose our new members with care. - </p> - <br> - <br> - <p class="descp"> - <b>HINT:</b> Love Acantha, accept and confine yourself in technology, accept your faults and imperfections, learn about post-humanism and transhumanism. - </p> - <br> - <br> - <a href="help.html">Help & Guidelines</a> - </div> - - <audio autoplay="on"> - <source src="login.wav" type="audio/wav"> - </audio> - - <audio loop="on" autoplay="on"> - <source src="genjoh.mp3" type="audio/mpeg"> - </audio> - </div> - </div> - </div> - </div> - </body> -</html> +<html><head><link rel="shortcut icon" href="favicon2.html"> + <style type="text/css"> +body {cursor:url("cursor1.html")1 1, auto;} +</style> + +<style type="text/css"> +a {cursor:url("cursor2.html")1 1, default;} + +</style> +<meta http-equiv="refresh" content="11;url=rei.html" /> + <link rel="stylesheet" href="style.css" type="text/css"><head><link rel="shortcut icon" href="../i.imgur.com/E5vZemY.png"> +<script type="text/javascript" src="jquery.min.html"></script> + + +<style> +.a5 { + position: absolute; + left: 500px; + top: 000px; + z-index: 6; +} +</style> +<style> +.a6 { + position: absolute; + right: 500px; + top: 000px; + z-index: -1; +} + +</style> +<style> +.a7 { + position: absolute; + left: 0px; + top: 000px; + z-index: -5; +} +</style> +<style> +.a8 { + position: absolute; + left: 500px; + top: 000px; + z-index: -4; +} +</style> + +<style type="text/css"> +body {cursor:url("cursor1.html")1 1, auto;} + +.dialog { +width:300px; +position:fixed; +background-repeat:repeat; +top: 50%; +left: 50%; +z-index:999; +margin-top: -50px; +margin-left: -160px; +text-shadow: 0.1em 0.1em 0.2em #000; +text-align:center; +padding:20px; +} + +#AccessGranted{ +background:url(granted.gif); +border:2px solid #83f352; +color:#83f352; +} + +#Login{ +background:url(granted.gif); +border:2px solid #83f352; +color:#83f352; +} + +</style> + +<title>L o g i n</title> + + + +</head><body bgcolor="#000000"> +<div align="center"> + +<style> +a:link {color:#FFFFFF;} +a:visited {color:#FFFFFF;} +a:hover {color:#848484;} +a:active {color:#FFFFFF;} +</style> + +<img draggable="false" src="unk.png"> + +<br><h1><font font="" color="#c1b492">Login + <div id="divider2"> + </div><img id="myimages" src="scaa.gif" class="a6"/> +<img id="myimagess" src="scaa.gif" class="a5"/> +<img id="myimagesss" src="scaa.gif" class="a7"/> + + + +<br><sup><sup><sup>Man fears the darkness, and so he scrapes away at the edges of it with fire.</sup></sup></sup></font></h1> + +<br> + +<div id="topkek2" style="display:none"> +<font font="" color="#c1b492">User ID</font><br><input type="text" name="User" value"NERV" size="25"> +<br> + +<font font="" color="#c1b492">Password</font><br> +<form name="myForm" > +<input type="password" size="25" value="stoplookingatsource" name="userID"> +<br> + +</form> +</div> + +<div id="AccessGranted" class="dialog" style="display:none;"><h1>ACCESS GRANTED</h1></div> +<div id="Login" class="dialog" style="display:none;"><h1>LOGGING IN..</h1></div> + +<div id="topkek"> +<font font="" color="#c1b492">User ID</font><br><input type="text" name="User" size="25"> +<br> + +<font font="" color="#c1b492" >Password</font><br> +<form name="myForm" > +<input type="password" size="25" name="userID"> +<br> + +</form> +</div> + + +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('AccessGranted').style.display = 'block'; +},7500); +</script> +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('AccessGranted').style.display = 'none'; +},9000); +</script> +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('Login').style.display = 'block'; +},9000); +</script> +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('myimages').style.display = 'none'; +},5000); +</script> +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('myimagess').style.display = 'none'; +},4500); +</script> + +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('topkek').style.display = 'none'; +},6000); +</script> +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('topkek2').style.display = 'block'; +},6000); +</script> + +<script type="text/javascript"> +setTimeout(function(){ + document.getElementById('myimagesss').style.display = 'none'; +},4000); +</script> +<audio autoplay loop > + <source src="https://a.pomf.cat/gtyqrv.mp3"> + </audio> + +</font></div></body></html>
\ No newline at end of file |