17 lines
607 B
HTML
17 lines
607 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Dzura</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="application-name" content="Dzura">
|
|
<meta name="description" content="Two-player strategy board game contending the armies of Dawn and Dusk—inspired by shogi, featuring wargame tactics on a hexagon board.">
|
|
<link rel="icon" href="/favicon.png">
|
|
<link rel="stylesheet" href="/.css">
|
|
<script src="/.js"></script>
|
|
</head>
|
|
<body>
|
|
<noscript>This application requires JavaScript to function.</noscript>
|
|
</body>
|
|
</html>
|