14 lines
328 B
Text
14 lines
328 B
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Game</title>
|
||
|
<link rel="stylesheet" type="text/css" href="{{ baseurl }}static/style.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
{%- block body %}
|
||
|
{%- endblock %}
|
||
|
</body>
|
||
|
</html>
|