Files
ad_fun/chessstars/internal/web/templates/index.html
T
2026-07-15 13:29:08 +03:00

18 lines
393 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>ChessStars</title>
{{template "head" .}}
</head>
<body>
{{template "nav" .}}
<main>
<div class="panel">
<h1>ChessStars</h1>
<p class="muted">Play chess against the built-in engine, publish courses, and customize the rules.</p>
<p><a class="btn" href="/play">Start a game</a></p>
</div>
</main>
</body>
</html>