2026-05-24 21:54:58 +00:00
|
|
|
<!doctype html>
|
2026-06-28 09:46:11 +02:00
|
|
|
<html lang="en">
|
2026-05-24 21:54:58 +00:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-06-28 09:46:11 +02:00
|
|
|
<title>frontend</title>
|
2026-05-24 21:54:58 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
2026-06-28 09:46:11 +02:00
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
2026-05-24 21:54:58 +00:00
|
|
|
</body>
|
2026-06-28 09:46:11 +02:00
|
|
|
</html>
|