sudachi.emuplace.app/index.html

17 lines
422 B
HTML
Raw Normal View History

2023-06-12 09:15:25 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2023-09-14 11:29:00 +02:00
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no"
/>
2023-06-12 09:15:25 +02:00
<title>Mantine Vite template</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>