blob: 02c051094052c0fa93653af37f98c055b099f9f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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="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="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>
|