-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (43 loc) · 2.05 KB
/
index.html
File metadata and controls
70 lines (43 loc) · 2.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Turtle2014 | Login</title>
</head>
<body>
<h1>LOGIN TO TURTLE2014.GITHUB.IO</h1>
<div class="g-recaptcha" data-sitekey="6LcjQ2ArAAAAAPb_ItlTRMfJrTjQECkCa2fDXIpW"></div>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<h4>Benifits</h4>
<ul>
<li>People Get Free Domain And Get To Use Their Imagiation</li>
<li>We Get The Joy Of Watching YOU Have Fun</li>
<li>Its A Win Win</li>
</ul>
<label for="username">Username:</label><br>
<input type="text" id="username" name="username" placeholder="Username"><br>
<label for="password">Password:</label><br>
<input type="password" id="password" name="password" placeholder="Password"><br>
<label for="email">Put Your Email Account Here:</label><br>
<input type="email" id="email" name="email" placeholder="example@gmail.com"><br>
<input type="button" onclick="alert('We are happy to alert that you are a robot!')" value="We are going to scan ALL of your info to see if you are a robot. Please if you consent press this button. I am not a robot test 3/3"><br>
<label for="week">Select The Specific Week That You was Born:</label><br>
<input type="week" id="week" name="week"><br>
<label for="birthdaytime">Birthday (date and time):</label>
<input type="datetime-local" id="birthdaytime" name="birthdaytime">
<br>
<input type="radio" id="pink" name="Customize" value="Pink">
<label for="pink">Pink</label><br>
<input type="radio" id="purple" name="Customize" value="Purple">
<label for="purple">Purple</label><br>
<input type="radio" id="red" name="Customize" value="Red">
<label for="red">Red</label><br>
<input type="radio" id="lightturquoise" name="Customize" value="LightTurquoise">
<label for="lightturquoise">Light Turquoise</label><br>
<br>
<h4>SGludCBGb3IgTmVyZHM6IFlvdSBzaG91bGQgc2lnbiBpbnRvIHRoZSBzYW1lIHBlcnNvbnMgYWNj
b3VudCB3aG8gc3BlbmRzIGhpcyBtb25leSBvbiBmYWlsZWQgcm9ja2V0c2hpcHMgYW5kIGxvdmVz
IHRoZSBsZXR0ZXIgeA==</h4>
<button onclick="login()">Submit</button>
<script src="script2.js"></script>
</body>
</html>