added golang http url routing

This commit is contained in:
2024-04-14 16:06:32 +02:00
parent fd4d1b1ed7
commit a0269f37f8
9 changed files with 64 additions and 25 deletions

52
web/html/tos.html Normal file
View 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 &quot;as is&quot; 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>