26 lines
894 B
HTML
26 lines
894 B
HTML
<!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>Platform Policy</title>
|
|
<link rel="stylesheet" href="./platform-policy.css" />
|
|
</head>
|
|
<body>
|
|
<div class="platform-policy">
|
|
<header class="page-header">
|
|
<button class="back-button" type="button" data-action="back" aria-label="Back">
|
|
<svg viewBox="0 0 32 32" aria-hidden="true"><path d="M20 8l-8 8 8 8"/></svg>
|
|
</button>
|
|
<h1 data-i18n="platform_policy">Platform Policy</h1>
|
|
<div class="header-space"></div>
|
|
</header>
|
|
|
|
<main class="content" id="policyList"></main>
|
|
<div class="toast" id="toast" hidden></div>
|
|
</div>
|
|
|
|
<script type="module" src="./platform-policy.js"></script>
|
|
</body>
|
|
</html>
|