-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTos.html
More file actions
28 lines (28 loc) · 684 Bytes
/
Tos.html
File metadata and controls
28 lines (28 loc) · 684 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Don't Copy My Bots</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
padding: 50px;
}
h1 {
font-size: 2.5em;
margin-bottom: 20px;
}
p {
font-size: 1.2em;
}
</style>
</head>
<body>
<h1>Please Don't Copy My Bots</h1>
<p>Your support and respect for original work are greatly appreciated.</p>
</body>
</html>