SIU_Dran_net/frontend/index.html

19 lines
398 B
HTML
Raw Normal View History

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