-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtos.html
More file actions
71 lines (66 loc) · 3.96 KB
/
tos.html
File metadata and controls
71 lines (66 loc) · 3.96 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
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
<!DOCTYPE html>
<html lang="en">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TZMQG6RR');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZMQG6RR" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<head>
<title>Dash Terms of Service</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial;
margin: 0; padding: 0;
}
header {
background-color: rgb(255, 172, 77);
color: white;
text-align: center;
padding: 20px 0;
}
main {
max-width: 600px;
margin: auto;
}
@media (prefers-color-scheme: dark) {
body { background: #111; color: #eee; }
a { color: #4af; }
}
</style>
</head>
<body>
<header>
<h1>Dash Terms of Service</h1>
</header>
<main>
<!-- UPDATE THIS WHEN MAKING CONTENT CHANGES -->
<p><i>Updated April 23, 2026</i></p>
<p>Dash Team members is developers, moderators, and any ones that have access to manage Dash Server.</p>
<p>By using Dash (DashBlocks), you agree to terms below. If you don't, do not use our services.</p>
<ul>
<li>Once you registered on Dash, we keep the following information that you and your device provided when registrating and while using Dash Services on the server: Scratch Username, Dash Username, Hashed Password, IP Address, Generated by server User ID, Profile Desctiption, Profile Picture, Shared Projects, Your Projects' Thumbnails, Projects that you Fired (sat the "Fire" reaction), Date of Register, Last Active on Dash Server.</li>
<li>Dash Team members have all access to delete/remove/block/ban/suspend/change in server your: account, profile, projects, IP address you used to log in, and any other information about your account on Dash Server.</li>
<li>Abusing/hacking/destroying/expoiting and doing any deconstructive things on Dash Server is strictly prohibited.</li>
<li>You cannot do on Dash any inappropriate/illegal things that is not suitable for ages 12 and up.</li>
<li>We make no warranties, express or implied, regarding the accuracy, reliability, or availability of the services or its content.</li>
<li>Serious offenses may result in your account information being shared with law enforcement authorities.</li>
<li>Use Dash at your own risk. We are not responsible for any harm, loss, or damage to users' devices, data, or any other property.</li>
<li>By continuing to use Dash Services, you agree to abide by the most recent version of these terms.</li>
<li>We reserve the right to update or modify these Terms of Service at any time.</li>
</ul>
<h2>Contact</h2>
<p>Any concerns related to terms of service or any other matter should be sent to: <a href="https://t.me/DashBlocksForum">Dash Forum</a> in Telegram messenger.</p>
</main>
</body>
</html>