added tos and privacy policy as html for easier access
This commit is contained in:
52
web/tos/index.html
Normal file
52
web/tos/index.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>acecore - terms of service</title>
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #0d1117;
|
||||
color: white;
|
||||
margin: 20px;
|
||||
}
|
||||
a {
|
||||
color: #3838c0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<h1 id="acecore---terms-of-service">acecore - terms of service</h1>
|
||||
<p>
|
||||
By using acecore, you agree to be bound by these terms of service. If you
|
||||
do not agree to these terms, you may not use acecore.
|
||||
</p>
|
||||
<ol>
|
||||
<li>Use of acecore is subject to all applicable laws and regulations.</li>
|
||||
<li>
|
||||
acecore is provided "as is" and without warranties of any
|
||||
kind, either express or implied.
|
||||
</li>
|
||||
<li>
|
||||
You are responsible for your use of acecore and any consequences that
|
||||
may result from your use.
|
||||
</li>
|
||||
<li>acecore may be updated or modified at any time without notice.</li>
|
||||
<li>
|
||||
We reserve the right to terminate your access to acecore at any time,
|
||||
for any reason, and without notice.
|
||||
</li>
|
||||
<li>
|
||||
You are responsible for maintaining the confidentiality of your account
|
||||
and password, and you agree to accept responsibility for all activities
|
||||
that occur under your account.
|
||||
</li>
|
||||
<li>These terms of service may be updated</li>
|
||||
</ol>
|
||||
<p>
|
||||
This can be be modified at any time without notice. It is your
|
||||
responsibility to stay informed of any changes to these terms.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user