Files
ncd-fe/packages/nicolium/index.html
matty a4a05c5133
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / release (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled
fuck my ass with a garden gnome
2026-03-23 01:55:16 +00:00

39 lines
1.4 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, 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"
>What is Nicolium?</a
>
</span></noscript
>
</body>
</html>