diff options
author | Florrie <towerofnix@gmail.com> | 2019-01-17 11:53:56 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-01-17 11:53:56 -0400 |
commit | 5d6fb747d811e20f690c951f88ed303915fe69ee (patch) | |
tree | 0e766c18679bbccc7c502eb0d041b53f14dc52d6 /index.html | |
parent | b3a6398b03839d9a9c5f2a1a9bac144867e283a6 (diff) |
Only show "Play" once resources are loaded
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index bd0759c..7d5322a 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ <div id="intro"> <p>is a game in which you GUESS THE CHARACTER based on the sound of their speech.</p> <p>Loading (<span id="load-progress">0</span>%)...</p> - <p><a href="#" id="play-link">Play</a></p> + <p id="play-paragraph"><a href="#" id="play-link">Play</a></p> </div> </div> <div id="game"> |