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-05-06 13:38:56 +00:00
|
|
|
<div id="root"></div>
|
2024-04-29 14:50:03 +00:00
|
|
|
<DIV></DIV>
|
2024-04-17 14:42:33 +00:00
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|