26 lines
No EOL
1.2 KiB
HTML
26 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, user-scalable=no">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self' 'wasm-unsafe-eval'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self';">
|
|
<link href="/manifest.json" rel="manifest">
|
|
<!--server-generated-meta-->
|
|
<script type="module" src="./src/main.tsx"></script>
|
|
<%- snippets %>
|
|
</head>
|
|
<body class="theme-mode-light no-reduce-motion">
|
|
<div id="plfe" class="h-full">
|
|
<div class="loading-indicator-wrapper">
|
|
<div class="loading-indicator">
|
|
<div class="loading-indicator__container">
|
|
<div class="loading-indicator__figure"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<noscript>To use this website, please enable JavaScript.</noscript>
|
|
</body>
|
|
</html> |