vite-templates/index.html

13 lines
332 B
HTML
Raw Permalink Normal View History

2024-09-30 09:25:00 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-09-30 09:55:29 -04:00
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2024-09-30 09:25:00 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>