Files
argument.es/index.html

21 lines
766 B
HTML
Raw Permalink Normal View History

2026-02-22 00:23:35 -08:00
<!doctype html>
<html lang="es">
2026-02-22 00:23:35 -08:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>argument.es</title>
2026-02-22 00:23:35 -08:00
<link rel="icon" type="image/svg+xml" href="./public/assets/logo.svg" />
<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=DM+Serif+Display&family=Inter:wght@400;500;600;700;900&family=JetBrains+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./frontend.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./frontend.tsx"></script>
</body>
2026-02-19 22:46:41 -08:00
</html>