-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
178 lines (160 loc) · 7.81 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OpenPIO - Terms of Service">
<title>OpenPIO - Terms of Service</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<link href="assets/css/elegant-icons.css" rel="stylesheet" />
<link href="assets/css/flaticon-set.css" rel="stylesheet" />
<link href="assets/css/magnific-popup.css" rel="stylesheet" />
<link href="assets/css/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet" />
<link href="assets/css/animate.css" rel="stylesheet" />
<link href="assets/css/bootsnav.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/js/html5/html5shiv.min.js"></script>
<script src="assets/js/html5/respond.min.js"></script>
<![endif]-->
<!-- ========== Google Fonts ========== -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800" rel="stylesheet">
</head>
<body>
<!-- Preloader Start -->
<div class="se-pre-con"></div>
<!-- Preloader Ends -->
<!-- Header
============================================= -->
<header id="home">
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-fixed dark no-background bootsnav">
<div class="container">
<!-- Start Atribute Navigation -->
<div class="attr-nav button">
<ul>
<li>
<a href="#">login or register</a>
</li>
</ul>
</div>
<!-- End Atribute Navigation -->
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" style="width: 20%; height:20%;" class="logo logo-display"
alt="Logo">
<img src="assets/img/logo.png" style="width: 20%; height:20%;" class="logo logo-scrolled"
alt="Logo">
</a>
</div>
<!-- End Header Navigation -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="#" data-out="#">
<li>
<a class="smooth-menu" href="#github">GitHub</a>
</li>
<li>
<a class="smooth-menu" href="#discord">Discord</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<!-- End Navigation -->
</header>
<!-- End Header -->
<!-- Start 404
============================================= -->
<div class="error-page-area bg-gray text-center default-padding">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<h2>Terms of Service</h2>
<p>
Terms of service for visitors of opio.miou.cat. These terms may be changed at any time. It is your
responsibility to check for changes to the terms. If you do not agree with these terms, leave
the website now.
</p>
<p>
This page was last updated on the 3rd of June 2022.
</p>
<p>
Your access to this website and its services may be revoked at any time for any reason.
</p>
<p>
By submitting content to this website, you give us full permission to store and publish it. You
agree that any content posted is your own and you have the rights to give us permission to use
it.
</p>
You agree that your activities on the website may be logged in accordance to the Privacy Policy, and
that we are not liable for the compromise of personal information in the event of accidental
disclosure, technical error, or malicious attack. You may request removal of your personal
information via e-mail to [email protected].
</p>
<h2>Disclaimer</h2>
<p>
Services on this website, and the OpenPIO software is provided 'as is' without warranty of any kind, expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose
</p>
<a class="btn btn-theme effect btn-md" href="#">Back To Home</a>
</div>
</div>
</div>
</div>
<!-- End 404 -->
<!-- Start Footer
============================================= -->
<footer class="default-padding bg-light">
<div class="container">
<!-- Start Footer Bottom -->
<div class="footer-bottom">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-6">
<p style="text-transform: none;">© Copyright 2021-2022 <a style="text-transform: none;"
href="miou.cat">Atilla Lonny</a> except where noted.</p>
<p style="text-transform: none; margin-top: -15px;"><a href="https://playerio.com"
style="text-transform: none;">Player.IO</a> © Copyright The Games Platform
Company ApS</p>
</div>
<div class="col-lg-6 text-right link">
<ul>
<li>
<a href="/terms">Terms Of Use</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Footer Bottom -->
</div>
</footer>
<!-- End Footer -->
<!-- jQuery Frameworks
============================================= -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/jquery.appear.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/modernizr.custom.13711.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/count-to.js"></script>
<script src="assets/js/bootsnav.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>