Files
recflare/apps/www/index.html
T
Devin Zuczek 8c773da137 www stuff
2026-07-27 18:46:37 -04:00

30 lines
1.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RecFlare — play like it&apos;s 2023</title>
<meta
name="description"
content="RecFlare is a free, open source fan rebuild of the 2023 RecNet servers. Download for PC, join the Discord, and play like it's 2023."
/>
<meta name="theme-color" content="#14100c" />
<!-- Inline so the mark costs no request: the orange spark from the RecFlare logo. -->
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='8' fill='%2314100c'/%3E%3Cpath d='M16 5c1.8 4.2 4.3 6 6.4 8.1a8.9 8.9 0 1 1-12.8 0C11.7 11 14.2 9.2 16 5z' fill='%23fe7101'/%3E%3C/svg%3E"
/>
<!-- Archivo sets the nameplate; IBM Plex Sans carries everything else. -->
<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=Archivo:wght@600;700;800&family=IBM+Plex+Sans:wght@400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/client/main.tsx"></script>
</body>
</html>