-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagree.html
More file actions
36 lines (35 loc) · 1.54 KB
/
agree.html
File metadata and controls
36 lines (35 loc) · 1.54 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
<!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;">Terms and conditions</h1>
<h1>You by using this website, you hereby agree to the folowing terms.</h1>
<p>DEFENITIONS:</p>
<p>1) A 'protected site' is any site that redirects to this website for verification, or that this site redirects too.</p>
<p>AGREEMENT:</p>
<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>
<p>VIOLATIONS:</p>
<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>
</div>
</body>
</html>