-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (29 loc) · 1.18 KB
/
about.html
File metadata and controls
30 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Roboto Slab' rel='stylesheet'>
<title>Zero Bots Allowed</title>
<link rel="icon" type="image/x-icon" href="icon.png">
<style>
body {
font-family:'Roboto Slab';
text-align:center;
background:#408000;
color:#aaff00;
font-size:25px;
padding:10px;
}
p {
font-size:20px;
padding-left:20vw;
padding-right:20vw;
}
</style>
</head>
<body>
<div style="margin-top:50px;">
<h1 style="margin-bottom:20px;">About Zero Bot Gate</h1>
<p>Zero Bot Gate is a website meant to protect other sites from the AI bros. It requires users to either provide a passphrase or generate a new one. Generating a new one will be a long and strict proces to make sure there are no bots whatsoever. It also makes users agree to not share the website beond with anyone else especily ai, and makes them disable any exstentions that may do so.</p>
</div>
</body>
</html>