diff options
Diffstat (limited to 'verify.html')
| -rw-r--r-- | verify.html | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/verify.html b/verify.html deleted file mode 100644 index 3346c56..0000000 --- a/verify.html +++ /dev/null @@ -1,71 +0,0 @@ -<!DOCTYPE HTML> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>Wired / Verify</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="Verify" action="/" netlify> - <p>Name:</p> - <input class="text" type="text" name="Name" size="25" placeholder="Teacher"> - <br> - <p>Age:</p> - <input class="text" type="text" name="Age" size="25" placeholder="666"> - <br> - <p>Inviter:</p> - <input class="text" type="text" size="25" name="Inviter" placeholder="Teacher"> - <br> - <p>Reason:</p> - <input class="text" type="text" size="25" name="Reason" placeholder="Give in the the Teacher"> - <br> - <p>Invite Code:</p> - <input class="text" type="text" size="25" name="Code" placeholder="OUGF3ChZZeWYBOvd1ZuP"> - <br> - <input class="button" type="submit" value="Verify"> - </form> - <p class="descp"><b>NOTE:</b> To verify 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>NOTE:</b> Please refrain from falsifying your details, in part, that could be responsible for unexplained and unfortunate consequences that could take place as insurance to you or a loved one. - </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> |