2024-06-24 15:42:01 +02:00
|
|
|
<!doctype html>
|
2024-07-02 20:05:46 +02:00
|
|
|
<html lang="en" data-lk-theme="visio-light">
|
2024-06-24 15:42:01 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2024-12-03 00:23:00 +01:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/assets/icon.svg" />
|
2024-06-24 15:42:01 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-06-06 21:57:57 +02:00
|
|
|
<title>%VITE_APP_TITLE%</title>
|
2024-06-24 15:42:01 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|