-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
61 lines (53 loc) · 3.5 KB
/
legal.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tiny Anime - Disclaimer, Privacy, and Terms</title>
<link rel="stylesheet" href="/assets/global.css">
<style>
body {
line-height: 1.6;
margin: 20px;
padding: 0;
background-color: #f4f4f4;
}
h1, h2, h3 {
color: #333;
}
h1 {
text-align: center;
}
.container {
max-width: 800px;
margin: auto;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<div class="container">
<h1>Tiny Anime</h1>
<h2>Disclaimer</h2>
<p>The content provided on Tiny Anime is for informational purposes only. This site serves as a directory for anime, featuring images and information about various anime titles, characters, and related media. All anime titles, characters, and related images featured on this site are the property of their respective copyright holders. We do not claim ownership of any anime content.</p>
<h2>Copyright and Fair Use</h2>
<p>All images and content on this site are used under the principles of Fair Use for educational and informational purposes. If you are the owner of any content on this site and wish to have it removed, please contact us.</p>
<h2>Privacy Policy</h2>
<p>Your privacy is important to us. Tiny Anime may collect personal information from users, such as names and email addresses, when voluntarily submitted through contact forms or other means. We will not sell, trade, or otherwise transfer this information to outside parties without your consent. We may use cookies to enhance user experience and analyze site traffic. You can choose to disable cookies through your browser settings.</p>
<h2>Terms of Service</h2>
<p>By using this website, you agree to comply with and be bound by these terms. You must not use this site for any unlawful purpose. We reserve the right to modify or terminate any part of the site without prior notice.</p>
<h2>Limitation of Liability</h2>
<p>In no event shall Tiny Anime be liable for any loss or damage, including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.</p>
<h2>User Contributions</h2>
<p>Users may be able to submit or contribute content to the site. By submitting content, you grant us the right to use, modify, and display that content on the site. You are responsible for ensuring that any content you submit does not violate any copyright, trademark, or other rights of any third party.</p>
<h2>Changes to This Disclaimer</h2>
<p>We reserve the right to modify or update this disclaimer at any time without prior notice. Your continued use of the website following any changes constitutes your acceptance of the new disclaimer.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this disclaimer, privacy policy, or terms of service, please contact us at: <a href="https://facebook.com/kodomomuke">Facebook</a> page.</p>
<h2>Copyright Notice</h2>
<p>Unauthorized duplication or publication of any materials from this site is prohibited.</p>
</div>
</body>
</html>