houserules/packages/chess/index.html
Joey Yakimowich-Payne af9973adfa
feat(branding): rename product to Houserules
Product name: Houserules \u2014 chess with the rules you negotiate at the
table, not the ones FIDE hands you. Updated the three user-visible
strings: browser title, game-view header, lobby header. Kept the
@paratype/* npm scope intact since those are technical internals.

New tagline on the lobby: "Chess. Your rules." replacing the more
verbose "Realtime multiplayer with custom rules"; the shorter phrase
leans into the product name rather than describing features.
2026-04-17 15:27:48 -06:00

12 lines
301 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Houserules</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/app/main.tsx"></script>
</body>
</html>