diff options
Diffstat (limited to 'html')
| -rwxr-xr-x | html/jspage.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/html/jspage.pl b/html/jspage.pl index 06e9f24..d52113e 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -328,7 +328,7 @@ ${unfinishedheading} ${unfinishedpara} <hr> -<div id="puzzle" style="display: none"> +<div id="puzzle" style="display: none" align=center> <form id="gamemenu"><ul> <li><div tabindex="0">Game<ul> <li><button type="button" id="specific">Enter game ID...</button></li> @@ -354,7 +354,6 @@ ${unfinishedpara} Solve<span class="verbiage"> game</span> </button></li> </ul></form> -<div align=center> <div id="resizable"> <canvas id="puzzlecanvas" tabindex="0"></canvas> <div id="statusbar"></div> @@ -368,7 +367,6 @@ ${unfinishedpara} <a id="permalink-seed">by random seed</a> </p> </div> -</div> <div id="apology"> <p class="apology-title">If you've been reading this message for more than a second or two, then <strong>this WebAssembly puzzle doesn't |