Files

16 lines
476 B
HTML
Raw Permalink Normal View History

2026-03-05 16:26:14 -06:00
<!doctype html>
2026-03-05 12:13:22 -06:00
<html lang="en">
<head>
<meta charset="UTF-8" />
2026-03-05 16:26:14 -06:00
<link rel="icon" type="image/svg+xml" href="/logo.png" />
2026-03-05 12:13:22 -06:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-03-05 16:26:14 -06:00
<title>FABDASH</title>
2026-03-05 16:52:31 -06:00
<meta name="application-name" content="FABDASH" />
<meta name="apple-mobile-web-app-title" content="FABDASH" />
2026-03-05 12:13:22 -06:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>