CoompanionApp/front/privacy.html

17 lines
457 B
HTML
Raw Permalink Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>Negopoly | Privacy Policy</title>
<link rel="stylesheet" href="./privacy.css" />
</head>
<body class="page-privacy">
<div id="root"></div>
<script type="module" src="./privacy.tsx"></script>
</body>
</html>