25 lines
896 B
HTML
25 lines
896 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Security Policy - MyWebdav Cloud Storage</title>
|
||
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="container">
|
||
|
|
<header>
|
||
|
|
<h1>Security Policy</h1>
|
||
|
|
</header>
|
||
|
|
<main>
|
||
|
|
<h1>Security Policy</h1>
|
||
|
|
<p>This is a placeholder for the Security Policy.</p>
|
||
|
|
<p>This document describes organizational and technical measures adopted by [Your Company Name], as required under NIS2 and GDPR, including breach notification procedures, access controls, and data encryption.</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>
|