Files
LumaOps-Public/lumaops/frontend/index.html
T

16 lines
517 B
HTML

<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0b1020" />
<meta name="description" content="LumaOps lokaal RGB- en smart-lightingbeheer" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<title>LumaOps</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>