raspiblesk-web/index.html
Glcoin Core Developer Team c17f4f4426 first commit
2026-05-26 14:35:16 +02:00

26 lines
914 B
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="RaspiBlesk Web, a WebUI for RaspiBlesk"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<title>RaspiBlesk</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="modal-root"></div>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>