2026-06-22 21:57:32 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<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-23 00:06:41 +02:00
|
|
|
<title>waste</title>
|
2026-06-22 21:57:32 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
2026-06-23 00:06:41 +02:00
|
|
|
<!-- Optional runtime config (anchor host puts config.js here; silently absent in dev) -->
|
|
|
|
|
<script src="/config.js" onerror="void 0"></script>
|
2026-06-22 21:57:32 +02:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|