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 /verify.html | |
| parent | Create index.html (diff) | |
| download | acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.tar.xz acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.zip | |
A New Beginning
Diffstat (limited to 'verify.html')
| -rw-r--r-- | verify.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/verify.html b/verify.html new file mode 100644 index 0000000..72c8715 --- /dev/null +++ b/verify.html @@ -0,0 +1,71 @@ +<!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="myForm" 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="Login"> + </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> |