-
Notifications
You must be signed in to change notification settings - Fork 0
/
termsofuse.html
30 lines (30 loc) · 1.61 KB
/
termsofuse.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Clover Rescue Project Terms of Use</title>
<meta name="theme-color" content="#111"/>
<link rel="apple-touch-icon" href="/assets/logo_x192.svg">
<meta name="description" content="Clover Rescue Project">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
<link rel="icon" type="image/x-icon" href="/assets/fav.ico">
<link rel="manifest" href="./manifest.json">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
background-color: #111;
color: rgb(255, 239, 215);
font-family: 'Roboto', sans-serif;
margin: 30px;
}
</style>
</head>
<body>
<h1>Clover Rescue Project Terms of Use</h1><br/>
1. Your access and use of the Clover Rescue Project constitutes your agreement to be bound by these Terms.<br/><br/>
2. Clover Rescue Project works as is and as available, that is, the way you see it now and which is available to you.<br/><br/>
3. As we use third parties services, like JS and Python frameworks and libraries, MongoDB database, NGROK and so on, we have no control over these services.<br/><br/>
4. We grant you a limited, non-exclusive, non-sublicensable, revocable, non-transferable license to access and use Clover Rescue Project on your devices and / or access or use any content that may be available through Clover Rescue Project.<br/><br/>
5. The Clover Rescue Project and all rights therein are and shall remain Clover Rescue Team’s property.
</body>
</html>