-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAGREEMENT.html
More file actions
24 lines (20 loc) · 853 Bytes
/
AGREEMENT.html
File metadata and controls
24 lines (20 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
<style>
html {
font-family: 'Quicksand', sans-serif;
}
</style>
</head>
<body>
<h1>Bot Stats Panel</h1>
<h2><b>AGREEMENT:</b></h2>
<p>By using this open-sourced project you agree that you will:</p>
<p><b>Not Claim it as your own</b></p>
<p><b>Not Replublish, or modify the project in any way, unless specified.</b></p>
<p><b>Not attempt to sell this to others</b></p>
<p>We collect a select amount of data to display the statistics, this data is only stored for as long as it needs to be, and we do not keep a log of it. We are not responsible for any problems you encounter on a VPS, please contact your VPS Support for that.</p>
<p>You <b>CAN</b> modify this project, however, you may not send it to others, modified.</p>
</body>
</html>