2023-12-07 23:12:27 +00:00
|
|
|
<!doctype html>
|
2023-12-06 22:58:38 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-12-10 20:55:49 +00:00
|
|
|
<title>Archivo de portales de datos abiertos de Argentina</title>
|
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="Explorá respaldos de los datos publicados en 50 portales de datos abiertos."
|
|
|
|
/>
|
|
|
|
<meta name="”robots”" content="index, follow" />
|
2023-12-06 22:58:38 +00:00
|
|
|
</head>
|
2023-12-09 00:17:25 +00:00
|
|
|
<body class="bg-gray-50 dark:bg-gray-900 dark:text-white">
|
2023-12-06 22:58:38 +00:00
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|