js: Remove a layer of <div> from the HTML page

It wasn't doing anything useful, and I was getting fed up with having to
expand it in the inspector.
This commit is contained in:
Ben Harris
2022-12-03 13:54:38 +00:00
parent 9cb0abb584
commit 83b504af27

View File

@ -328,7 +328,7 @@ ${unfinishedheading}
${unfinishedpara} ${unfinishedpara}
<hr> <hr>
<div id="puzzle" style="display: none"> <div id="puzzle" style="display: none" align=center>
<form id="gamemenu"><ul> <form id="gamemenu"><ul>
<li><div tabindex="0">Game<ul> <li><div tabindex="0">Game<ul>
<li><button type="button" id="specific">Enter game ID...</button></li> <li><button type="button" id="specific">Enter game ID...</button></li>
@ -354,7 +354,6 @@ ${unfinishedpara}
Solve<span class="verbiage"> game</span> Solve<span class="verbiage"> game</span>
</button></li> </button></li>
</ul></form> </ul></form>
<div align=center>
<div id="resizable"> <div id="resizable">
<canvas id="puzzlecanvas" tabindex="0"></canvas> <canvas id="puzzlecanvas" tabindex="0"></canvas>
<div id="statusbar"></div> <div id="statusbar"></div>
@ -368,7 +367,6 @@ ${unfinishedpara}
<a id="permalink-seed">by random seed</a> <a id="permalink-seed">by random seed</a>
</p> </p>
</div> </div>
</div>
<div id="apology"> <div id="apology">
<p class="apology-title">If you've been reading this message for more <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 than a second or two, then <strong>this WebAssembly puzzle doesn't