2024-04-27 16:17:56 +00:00
|
|
|
<!DOCTYPE html>
|
2024-01-26 17:20:53 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-04-27 16:17:56 +00:00
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/svg+xml"
|
|
|
|
href="/vite.svg" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1.0" />
|
2024-01-26 17:20:53 +00:00
|
|
|
<title>Vite + React + TS</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2024-04-27 16:17:56 +00:00
|
|
|
<script
|
|
|
|
type="module"
|
|
|
|
src="/src/main.tsx"></script>
|
2024-01-26 17:20:53 +00:00
|
|
|
</body>
|
|
|
|
</html>
|