diff options
Diffstat (limited to 'login.html')
| -rw-r--r-- | login.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/login.html b/login.html new file mode 100644 index 0000000..c7e9930 --- /dev/null +++ b/login.html @@ -0,0 +1,58 @@ +<!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="myForm" 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> |