17 lines
531 B
HTML
17 lines
531 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Omen</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="application-name" content="Omen">
|
|
<meta name="description" content="Abstract strategy game mixing chess and shogi on a hexagon grid.">
|
|
<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>
|