sudachi.emuplace.app/index.html

16 lines
386 B
HTML
Raw Normal View History

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