-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathtos.html
55 lines (52 loc) · 3 KB
/
tos.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="img/ducominingdashboard.png">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.7/css/all.css">
<title>Faucet - terms of service</title>
</head>
<body>
<div class="container1" id="myd2">
<article class="middle">
<div style="overflow: auto; height:90vh;">
<div class="fixedtainer">
<a href="index.php">
<button id="btn">
<span class="icon">
<i class="fas fa-arrow-circle-left fa-3x"></i>
</span>
</button>
</a>
Back to the dashboard
</div>
<div class="card" style="padding: 20px">
<div class="line"></div>
<center><h3>Duco-dashboard faucet terms of service:</h3></center>
<p>The duco-dashboard faucet is a good way for beginners to get some free ducos every 24h. The faucet will only pay out the user, if he has less than 1000 Ducos and a correct solution was submitted.</p>
<br>
<u><p >By using the faucet, you agree to these rules:</p></u>
<ol>
<li>It's only allowed to use the faucet for one account. Users spotted claiming to multiple accounts to claim as many ducos as they can will get banned from this website.</li>
<li>Using the faucet with an automated program to claim the coins every day is not allowed and the user will be banned. </li>
<li>Using the faucet to send other accounts DUCOs that arent yours isnt allowed and will also be punished with a website ban.</li>
<li>Bypassing the faucet limit (24h per claim) as well as bypassing the quiz-answer isnt allowed.</li>
<li>Exploiting issues to claim more ducos will be punished with a ban.</li>
<li>These rules may change in future without a prior notice.</li>
</ol>
<br>
<br>
<center>
<a href="privacy.html"><button class="button is-dark">Privcy policy/Legal Notice</button></a>
<a href="about.html"><button class="button is-dark">About</button></a>
<a href="fixes.html" ><button class="button is-dark">Fix problems</button></a>
<a href="whatsduco.html"><button class="button is-dark">What is duco?</button></a>
</center>
</div>
</div>
</article>
</div>
</body>
</html>