This commit is contained in:
2020-10-10 22:20:51 -04:00
parent cae3aacb8d
commit ac07eab441
8 changed files with 859 additions and 3 deletions
+22
View File
@@ -0,0 +1,22 @@
<html>
<link rel="stylesheet" href="static/index.css?version={{ version }}">
{% if title %}
<head>
<title>{{ title }} - Buzzer! </title>
</head>
{% else %}
<head><title> Buzzer! </title></head>
{% endif %}
<body class="wrap">
<div class="title">
<h1> Buzzer! </h1>
</div>
<div class="button">
<center>
<a href="#">Host Game</a>
<br><br><br>
<a href="#">Join Game</a>
</center>
</div>
</body>
</html>