Skip to content

Commit 9212642

Browse files
authored
Update index.html
1 parent 78ada9f commit 9212642

1 file changed

Lines changed: 55 additions & 38 deletions

File tree

index.html

Lines changed: 55 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,56 @@
44
<title>Zero Bots Allowed</title>
55
<link rel="icon" type="image/x-icon" href="icon.png">
66
<style>
7-
body {
8-
text-align:center;
9-
background:#408000;
10-
color:#80ff00;
11-
font-size:25px;
12-
padding:10px;
13-
}
14-
15-
.tostyle {
16-
background:#408000;
17-
color:#80ff00;
18-
border:none;
19-
font-size:20px;
20-
border-radius:10px;
21-
padding:10px;
22-
border:solid 3px #80ff00;
23-
transition:.5s;
24-
}
25-
26-
.tostyle:hover{
27-
background:#80ff00;
28-
color:#408000;
29-
}
30-
31-
span {
32-
cursor:pointer;
33-
}
34-
35-
p {
36-
font-size:20px;
37-
}
7+
body {
8+
text-align:center;
9+
background:#408000;
10+
color:#aaff00;
11+
font-size:25px;
12+
padding:10px;
13+
}
14+
15+
.tostyle {
16+
background:#408000;
17+
color:#aaff00;
18+
border:none;
19+
font-size:20px;
20+
border-radius:10px;
21+
padding:10px;
22+
border:solid 3px #aaff00;
23+
transition:.5s;
24+
}
25+
26+
.tostyle:hover{
27+
background:#aaff00;
28+
color:#408000;
29+
}
30+
31+
span {
32+
cursor:pointer;
33+
}
34+
35+
p {
36+
font-size:20px;
37+
padding-top:10px;
38+
}
39+
40+
.bar {
41+
text-align:center;
42+
position:fixed;
43+
bottom:20px;
44+
left:50%;
45+
transform: translate(-50%, -50%);
46+
}
47+
48+
.bar > span {
49+
color:#264D00;
50+
margin:20px;
51+
}
3852

39-
@keyframes flash {
40-
from { border-color:red;
41-
color:red; }
42-
to {}
43-
}
53+
@keyframes flash {
54+
from { border-color:red;color:red; }
55+
to {}
56+
}
4457
</style>
4558
</head>
4659
<body>
@@ -49,8 +62,12 @@ <h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
4962
<input type="password" placeholder="Enter Your Passphrase" name="in" required id="in" class="tostyle"/>
5063
<span type="submit" onclick="test()" class="tostyle" style="margin-left:20px;width:25px;text-align:center;margin-bottom:30px;display:inline-block;">></span>
5164
<div></div>
52-
<span class="tostyle" onclick="relocate('about')">Need a new passphrase?</span>
53-
<p>By entering a passphrase and proceeding, you agree to our ToS.</p>
65+
<span class="tostyle" onclick="relocate('new')">Need a new passphrase?</span>
66+
<p>By entering a passphrase and proceeding, you agree to our T&C.</p>
67+
</div>
68+
<div class="bar">
69+
<span onckick="relocate('agree')">View T&C</span>
70+
<span onckick="relocate('about')">About ZBG</span>
5471
</div>
5572
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>
5673
<script>

0 commit comments

Comments
 (0)