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" />
|
2025-09-08 21:22:11 +02:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
|
|
|
<link rel="manifest" href="/site.webmanifest">
|
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>
|