98 lines
2.7 KiB
HTML
98 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Data Deletion – CozSweet</title>
|
||
<style>
|
||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||
background: #f7f8fa;
|
||
color: #1a1a2e;
|
||
min-height: 100vh;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
header {
|
||
background: #ffffff;
|
||
border-bottom: 1px solid #e8eaf0;
|
||
padding: 18px 32px;
|
||
}
|
||
header .brand {
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
color: #3a5bd9;
|
||
text-decoration: none;
|
||
}
|
||
main {
|
||
flex: 1;
|
||
max-width: 760px;
|
||
margin: 48px auto;
|
||
padding: 0 24px;
|
||
width: 100%;
|
||
}
|
||
.card {
|
||
background: #ffffff;
|
||
border-radius: 12px;
|
||
box-shadow: 0 2px 12px rgba(0,0,0,.08);
|
||
padding: 48px 48px 40px;
|
||
}
|
||
h1 {
|
||
font-size: 22px;
|
||
font-weight: 700;
|
||
margin-bottom: 24px;
|
||
color: #1a1a2e;
|
||
line-height: 1.4;
|
||
}
|
||
p {
|
||
font-size: 15px;
|
||
color: #3e4458;
|
||
line-height: 1.8;
|
||
}
|
||
a { color: #3a5bd9; text-decoration: none; }
|
||
a:hover { text-decoration: underline; }
|
||
footer {
|
||
text-align: center;
|
||
padding: 28px;
|
||
font-size: 13px;
|
||
color: #8b93a8;
|
||
}
|
||
footer a { color: #3a5bd9; text-decoration: none; }
|
||
footer a:hover { text-decoration: underline; }
|
||
@media (max-width: 600px) {
|
||
.card { padding: 32px 22px; }
|
||
h1 { font-size: 18px; }
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<header>
|
||
<a href="https://www.banlv-ai.com/" class="brand">CozSweet</a>
|
||
</header>
|
||
|
||
<main>
|
||
<div class="card">
|
||
<h1>HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</h1>
|
||
<p>
|
||
Based on the applicable laws of your country or state of residence in the US, you may have the
|
||
right to request access to the personal information we collect from you, details about how we
|
||
have processed it, correct inaccuracies, or delete your personal information. You may also have
|
||
the right to withdraw your consent to our processing of your personal information. These rights
|
||
may be limited in some circumstances by applicable law. To request to review, update, or delete
|
||
your personal information, please visit:
|
||
<a href="https://forms.gle/VqLXZWU9qf8kmUC46" target="_blank" rel="noopener">https://forms.gle/VqLXZWU9qf8kmUC46</a>.
|
||
</p>
|
||
</div>
|
||
</main>
|
||
|
||
<footer>
|
||
<p>© 2024 伴旅智导科技有限公司 · Shenzhen |
|
||
<a href="https://www.banlv-ai.com/cozsweet/privacy-policy.html">Privacy Policy</a>
|
||
</p>
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|