revite/index.html

14 lines
375 B
HTML
Raw Normal View History

2021-06-18 07:05:01 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
2021-06-18 10:35:35 -04:00
<script type="module" src="/src/entrypoints/main.tsx"></script>
2021-06-18 07:05:01 -04:00
</body>
</html>