mezontleTeam-ProyectoFrontend/healthmanager/index.html

14 lines
352 B
HTML
Raw Permalink Normal View History

2024-04-27 22:53:42 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-06-06 04:26:23 +00:00
<link rel="icon" href="src\assets\logo2.png" />
2024-04-27 22:53:42 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-06-06 04:26:23 +00:00
<title>HealthManager</title>
2024-04-27 22:53:42 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>