feat: add HTML translation for the existing content structure
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Compliance Statement - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Compliance Statement</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Compliance Statement</h1>
|
||||
<p>This is a placeholder for the Compliance Statement.</p>
|
||||
<p>This document details alignment with regulatory frameworks such as the NIS2 Directive, Digital Services Act, and sector-specific standards like ISO/IEC 27001, including audit findings and certifications.</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>
|
||||
Reference in New Issue
Block a user