-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
33 lines (22 loc) · 1.97 KB
/
terms.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
{% extends "base.html" %}
{% block content %}
<div class="main-legal">
<img src="{{ url_for('static', filename='images/iconfull.png') }}" class="logo" alt="MineAuth Logo" width="100" height="100">
<h1>Terms of Service</h1>
<p class="p2">Last Updated: January 31, 2025</p>
<p class="p2">Welcome to MineAuth. <br>By accessing or using our services, you agree to be bound by these Terms of Service. If you do not agree with any part of these terms, please do not use our services.</p>
<h2>1. Acceptance of Terms</h2>
<p class="p2">By using our services, you acknowledge that you have read, understood, and agreed to these terms. If you do not agree, you must discontinue use immediately.</p>
<h2>2. User Responsibilities</h2>
<p class="p2">You agree to use our services legally and ethically. You must not engage in any activities that violate laws, regulations, or the rights of others.</p>
<h2>3. Modifications to Terms</h2>
<p class="p2">We reserve the right to update or modify these terms at any time. We will notify users of significant changes, and continued use of our services after such modifications constitutes acceptance.</p>
<h2>4. Limitation of Liability</h2>
<p class="p2">MineAuth is not responsible for any direct, indirect, incidental, or consequential damages resulting from the use or inability to use our services.</p>
<h2>5. Termination</h2>
<p class="p2">We reserve the right to suspend or terminate your access to our services at our discretion, without prior notice, if you violate these terms.</p>
<h2>6. Governing Law</h2>
<p class="p2">These Terms of Service are governed by and interpreted in accordance with the laws of the applicable jurisdiction.</p>
<h2>7. Contact Information</h2>
<p class="p2">If you have any questions about these Terms of Service, please contact us at <a class="link1" href="mailto:[email protected]">[email protected]</a>.</p>
{% endblock %}