ui/apps/showcase/index.html
Alois e4c2d705e8
All checks were successful
/ deploy-and-package (push) Successful in 1m16s
feat(mobile): add safe area padding
2026-08-11 20:36:07 +02:00

16 lines
394 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<meta name="theme-color" content="#111827" />
<title>Methanium UI Showcase</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>