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.
12 lines
301 B
HTML
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>
|