Skip to content

Commit 8c4f677

Browse files
authored
Create agree.html
1 parent 9212642 commit 8c4f677

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

agree.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<html>
2+
<head>
3+
<title>Zero Bots Allowed</title>
4+
<link rel="icon" type="image/x-icon" href="icon.png">
5+
<style>
6+
body {
7+
text-align:center;
8+
background:#408000;
9+
color:#80ff00;
10+
font-size:25px;
11+
padding:10px;
12+
}
13+
14+
p {
15+
font-size:20px;
16+
padding-left:20vw;
17+
padding-right:20vw;
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div style="margin-top:50px;">
23+
<h1 style="margin-bottom:20px;">Terms and conditions</h1>
24+
<h1>You by using this website, you hereby agree to the folowing terms.</h1>
25+
<p>DEFENITIONS:</p>
26+
<p>1) A 'protected site' is any site that redirects to this website for verification, or that this site redirects too.</p>
27+
<p>AGREEMENT:</p>
28+
<p>You will not share or redistribute any part of the protected site in any way shape or form, including indirectly or accedentaly. You will not use any data from the website with an AI, including as training data or in a prompt.</p>
29+
<p>VIOLATIONS:</p>
30+
<p>All violators of this contract are subject to a fine of 24000 USD. If acting on behalf of a company/orgonization, the company will be subject to a fine of 5 times the most recent anual income.</p>
31+
</div>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)