2024-04-17 14:42:33 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-05-21 17:35:35 +00:00
|
|
|
<!--<link rel="icon" type="image/svg+xml" href="/vite.svg" />-->
|
2024-04-17 14:42:33 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-05-21 17:35:35 +00:00
|
|
|
<title>SIU</title>
|
2024-04-17 14:42:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-05-21 17:35:35 +00:00
|
|
|
<div id="root"></div>
|
2024-04-17 14:42:33 +00:00
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|