aqp-combi/index.html

24 lines
795 B
HTML
Raw Normal View History

2024-09-03 17:03:56 +00:00
<!DOCTYPE html>
2024-09-03 21:07:27 +00:00
<html lang="es">
2024-09-03 17:03:56 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
2024-09-10 00:41:53 +00:00
<title>Combis de AQP</title>
2024-09-03 21:07:27 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
2024-09-03 17:03:56 +00:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>