add end screen

This commit is contained in:
2022-01-27 20:20:51 +00:00
parent 3a2b633022
commit e7bb0d2bc1
3 changed files with 93 additions and 13 deletions

View File

@@ -9,7 +9,12 @@
<h1>words</h1>
<div id="game_container">
you need javascript enabled to play this game
</div>
<div style="display: none"; id="end_screen">
<h2 id="end_screen_message"></h2>
<h3 id="end_screen_guesses"></h3>
<h3 id="end_screen_time"></h3>
<p> refresh page to play again </p>
</div>
<p> built with ❤ and adequate amounts of care by <a href="https://alv.cx">alv</a> </p>