-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathterms.html
More file actions
89 lines (74 loc) · 4.93 KB
/
Copy pathterms.html
File metadata and controls
89 lines (74 loc) · 4.93 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nebula - Terms</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.png" class=/>
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/navbar.css" />
<link rel="stylesheet" href="/css/menu.css" />
<style>
.info {
display: flex;
flex-direction: column;
padding: 10px;
border-radius: 5px;
word-wrap: break-word;
margin: 0 50px;
color: white;
}
</style>
<script src="/js/main.js" defer></script>
<script src="/js/navbar.js" defer></script>
</head>
<body>
<center>
<br><br>
<br><br>
<div class="info" id="info">
<h1>Terms of Service for Nebula</h1>
<h2>Effective Date: May 1st, 2025</h2>
<p>Welcome to Nebula! These Terms of Service ("Terms") govern your access to and use of our gaming website, located at nebula-site.github.io ("Site"). By accessing or using Nebula, you agree to comply with these Terms. If you do not agree with any part of these Terms, you should not access or use the Site.</p>
<h2>1. Changes to Terms</h2>
<p>Nebula reserves the right to modify these Terms at any time. We will notify you of significant changes via email or a notice on our Site. Your continued use of Nebula after changes are made constitutes acceptance of the new Terms.</p>
<h2>2. User Accounts</h2>
<p>Nebula does not get any account information, it is all stored on your device.</p>
<h2>3. User Conduct</h2>
<p>You agree not to use the Site for any unlawful purpose or in a way that could damage, disable, or impair the Site. You also agree not to:</p>
<ul>
<li>Harass, abuse, or threaten other users.</li>
<li>Submit false or misleading information.</li>
<li>Attempt to gain unauthorized access to other users’ accounts or systems.</li>
<li>Use any automated means, including bots or scrapers, to access the Site.</li>
</ul>
<h2>4. Intellectual Property</h2>
<p>The content provided in this work is not copyrighted. Users are free to use, modify, and distribute the material as they see fit, provided that appropriate credit is given where applicable. We encourage sharing and collaboration to foster creativity and innovation.</p>
<h2>5. User Content</h2>
<p>You may have the opportunity to submit, post, or otherwise make available content (including but not limited to text, images, and videos) through the Site ("User Content"). By submitting User Content, you grant Nebula a worldwide, royalty-free, non-exclusive license to use, modify, publish, and distribute your content in connection with the operation of the Site. You represent that you own or have the necessary rights to your User Content and that it does not violate the rights of any third party.</p>
<h2>6. Third-party Links</h2>
<p>The Site may contain links to third-party websites or services. Nebula is not responsible for the content, privacy policies, or practices of these third-party sites. We encourage you to review the terms and policies of any third-party site you visit.</p>
<h2>7. Disclaimers</h2>
<p>Nebula provides the Site on an “as-is” and “as-available” basis. We do not warrant that the Site will be uninterrupted, error-free, or free of viruses or other harmful components. Your use of the Site is at your own risk.</p>
<h2>8. Limitation of Liability</h2>
<p>To the fullest extent permitted by law, Nebula shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising out of your access to or use of the Site, even if we have been advised of the possibility of such damages.</p>
<h2>9. Indemnification</h2>
<p>You agree to indemnify, defend, and hold harmless Nebula and its affiliates, employees, and agents from any claims, liabilities, damages, losses, costs, or expenses (including reasonable attorneys' fees) arising out of your use of the Site or violation of these Terms.</p>
<h2>10. Contact Information</h2>
<p>If you have any questions about these Terms, please contact us at:</p>
<a href="/contact">Contact Us</a>
<p>By using Nebula, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service.</p>
</div>
</center>
<div id="navbar-container"></div>
<div id="particles-js"></div>
<script src="/js/profile.js" defer></script>
<footer>
<p style="margin: 0;"><i class="fa fa-star"></i> Nebula — gaming meets reality!</p>
<nav style="margin-top: 8px;">
<a href="/privacy.html"><i class="fa fa-shield"></i> Privacy Policy</a>
<a href="/terms.html"><i class="fa fa-file-contract"></i> Terms of Service</a>
<a href="/contact.html"><i class="fa fa-envelope"></i> Contact Us</a>
<a href="/DMCA.html"><i class="fa fa-gavel"></i> DMCA</a>
</nav>
</footer>