Add missing div for end message.

This commit is contained in:
2019-07-30 08:42:33 -04:00
parent 0a586a33c1
commit 33d503105b
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
<div class="end">
<h1></h1>
<a href="">Play again.</a>
</div>
</div>
</body>
</html>

View File

@@ -663,6 +663,7 @@
<div class="end">
<h1></h1>
<a href="">Play again.</a>
</div>
</div>
</body>
</html>