Skip to content

Commit 5c9d453

Browse files
authored
Update index.html
1 parent 2b408dc commit 5c9d453

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<html>
22
<head>
3+
<title>Zero Bots Allowed</title>
4+
<link rel="icon" type="image/x-icon" href="icon.png">
35
<style>
46
body {
57
text-align:center;
68
background:#408000;
79
color:#80ff00;
810
font-size:25px;
11+
padding:10px;
912
}
1013

1114
.tostyle {
@@ -36,13 +39,11 @@
3639
<body>
3740
<div style="margin-top:35vh;">
3841
<h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
39-
<form onsubmit="return test()">
42+
<form onsubmit="test">
4043
<input type="password" placeholder="Enter Your Passphrase" name="in" required id="in" class="tostyle">
41-
<button type="submit" class="tostyle" style=
42-
"margin-left:20px;width:50px;text-align:center;">></button>
44+
<button type="submit" class="tostyle" style="margin-left:20px;width:50px;text-align:center;">></button>
4345
</form>
44-
<button class="tostyle" style=
45-
"margin-top:25px;" onclick="/help.html">Need a new passphrase?</button>
46+
<button class="tostyle"" onclick="/help.html">Need a new passphrase?</button>
4647
<p>By entering a passphrase and proceeding, you agree to our ToS.</p>
4748
</div>
4849
</body>

0 commit comments

Comments
 (0)