Logo (navbar) keeps the acid #d8ff3e; only the favicon uses a darker acid for legibility on light browser tabs. Geometry identical. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
481 B
HTML
15 lines
481 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="color-scheme" content="dark">
|
|
<title>Hangman Lab</title>
|
|
<link rel="icon" type="image/svg+xml" href="/icons/hangman-lab-favicon.svg?v=hl-20260517b">
|
|
<link rel="stylesheet" href="/fonts/fonts.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html> |