18 lines
393 B
HTML
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>
|