-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (80 loc) · 3.86 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vegh's</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="main-content">
<div class="header-section">
<div class="container">
<h1>vegh's</h1>
<p id="editable-text">Join our Discord!</p>
<button onclick="changeText()">Show Link</button>
<a href="https://discord.gg/GUerNAUKu2" target="_blank">
<button>Join Discord</button>
</a>
</div>
<div class="text-box">
<p>
vegh's world changing project.<br><br>
We offer tools<br>
that will make life easier.<br><br>
Starting off with our discord app,<br>
that has many fun commands, and<br>
is open to public! You can add the app<br>
to your discord server here: <a href="https://discord.com/oauth2/authorize?client_id=1256264352093175899" target="_blank">Add Discord App</a><br>
or by the click of a button on this website!<br><br>
</p>
</div>
</div>
<div class="button-section">
<div class="container grey-box">
<a href="https://discord.com/oauth2/authorize?client_id=1256264352093175899" target="_blank">
<button>Add Discord Bot</button>
</a>
</div>
</div>
<div class="footer-section">
<div class="text-box">
<h2>Terms of Service</h2>
<p>
1. Acceptance of Terms<br>
By using the bot, you agree to be bound by these Terms of Service. If you do not agree to these terms, do not use the bot.<br><br>
2. Use of the Bot<br>
The bot is provided "as is" and "as available".<br>
You agree to use the bot in compliance with all applicable laws and regulations.<br>
You will not use the bot for any illegal or unauthorized purpose.<br><br>
3. User Responsibilities<br>
You are responsible for any content you send through the bot.<br>
You must not engage in any activity that disrupts or interferes with the bot.<br><br>
4. Modifications to Terms<br>
We reserve the right to modify these terms at any time. Changes will be posted, and your continued use of the bot constitutes acceptance of the new terms.<br><br>
5. Termination<br>
We reserve the right to terminate your access to the bot at any time, without notice, for conduct that we believe violates these terms or is harmful to other users.
</p>
</div>
<div class="text-box">
<h2>Privacy Policy</h2>
<p>
1. Information Collection<br>
The bot may collect certain information from you, including but not limited to your username and messages you send.<br>
We do not collect personal information such as your real name, address, or payment details.<br><br>
2. Use of Information<br>
Information collected by the bot is used to provide and improve the bot's services.<br>
We do not share your information with third parties except as required by law.<br><br>
3. Data Security<br>
We take reasonable measures to protect the information collected by the bot from loss, theft, misuse, and unauthorized access.<br><br>
4. Changes to Privacy Policy<br>
We may update this Privacy Policy from time to time. Any changes will be posted, and your continued use of the bot constitutes acceptance of the new policy.<br><br>
5. Contact Us<br>
If you have any questions or concerns about these terms or the privacy policy, please contact us at [your contact email].
</p>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>