Replace all eight footer legal links from .md to .html extensions in mywebdav-app.js and create corresponding HTML documents for privacy policy, data processing agreement, terms of service, cookie policy, security policy, compliance statement, data portability & deletion policy, and contact & complaint mechanism, each with placeholder content and back navigation.
25 lines
998 B
HTML
25 lines
998 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Contact & Complaint Mechanism - MyWebdav Cloud Storage</title>
|
||
<link rel="stylesheet" href="/static/css/style.css">
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<header>
|
||
<h1>Contact & Complaint Mechanism</h1>
|
||
</header>
|
||
<main>
|
||
<h1>Contact and Complaint Mechanism</h1>
|
||
<p>This is a placeholder for the Contact and Complaint Mechanism.</p>
|
||
<p>This document provides contact details and a defined mechanism for users to file complaints or raise concerns regarding data use or contract termination, and specifies the provider’s EU representative if the provider is not established in the EU.</p>
|
||
<p><strong>Legal professionals need to fill in the actual content.</strong></p>
|
||
</main>
|
||
<footer>
|
||
<a href="/">Back to MyWebdav</a>
|
||
</footer>
|
||
</div>
|
||
</body>
|
||
</html> |