forked from dohinaf/basic-icecream-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copyright.html
47 lines (38 loc) · 2.31 KB
/
copyright.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copyright</title>
</head>
<body>
<!-- Header Section -->
<header style="background-color: #29c5ca; padding: 20px; text-align: center;">
<h1 style="color: white; margin: 0;">Have ArcticDelights And Be Chill</h1>
</header>
<!-- Main Content Section -->
<main style="padding: 20px; max-width: 1000px; margin: auto;">
<h2 style="color: #054652; text-align: center;">Copyright Policy</h2>
<!-- <p>Effective Date: [Insert Date]</p> -->
<p>Welcome to ArcticDelights. All materials on this website are copyrighted and owned by ArcticDelights, unless
otherwise indicated. The following guidelines outline our copyright policy and help protect the rights of
both ArcticDelights and our users.</p>
<!-- List of points on copyright infringement -->
<ol>
<li><strong>Ownership of Content:</strong><p>Clearly state that the content on your webpage is protected by copyright. For example: “© 2024 ArcticDelights. All rights reserved.”</p></li>
<li><strong>Ownership</strong><p>All the text, images, and other media own by ArcticDelights.</p></li>
<li><strong>Usage Rights</strong><p>No part of this site may be reproduced without permission.</p></li>
<li><strong>Trademarks</strong><p>All trademarks and logos are the property of ArcticDelights.</p></li>
<li><strong>Contact Information</strong><p>Provide a way for users to contact you for permissions or inquiries</p></li>
<li><strong>External Links</strong><p>If you link to other sites, clarify that you’re not responsible for their content.</p></li>
</ol>
</main>
<!-- Footer Section -->
<footer style="background-color: #29c5ca; padding: 10px; text-align: center; color: rgb(0, 0, 0);">
<p>© 2024 ArcticDelights. All rights reserved.</p>
</footer>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</body>
</html>