Files
ncd-fe/packages/nicolium/index.html
nicole mikołajczyk 4ddb833513 nicolium: looks nicer
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-03-30 17:30:57 +02:00

39 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"
/>
<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" id="app">
<div class="loading-indicator-wrapper" role="status" aria-label="Loading…">
<div class="loading-indicator">
<div class="loading-indicator__container">
<div class="loading-indicator__figure"></div>
</div>
</div>
</div>
<noscript
><span class="noscript">
To use Nicolium, please enable JavaScript.
<br />
<a href="https://nicolium.app/" target="_blank" rel="noopener noreferrer"
>Whats Nicolium?</a
>
</span></noscript
>
</body>
</html>