Files
argument.es/history.html

16 lines
649 B
HTML
Raw Normal View History

2026-02-20 00:28:48 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-02-20 05:26:20 -08:00
<title>Qwipslop History</title>
2026-02-20 00:28:48 -08: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=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="./history.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./history.tsx"></script>
</body>
</html>