Files
Ruleta_Actvidad/index.html
T

14 lines
382 B
HTML
Raw Normal View History

2026-07-25 01:35:36 -06:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/img/logo-solo.png" />
2026-07-25 01:35:36 -06:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ruleta de Sostenibilidad TIP</title>
2026-07-25 01:35:36 -06:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
2026-07-25 01:35:36 -06:00
</body>
</html>