diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/public/index.html b/public/index.html index e8adc13..47bcec0 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@  	<div class="center">  	  <h1>rogue.js</h1>  	</div> +	<pre id="messages" style="height: 100px; overflow: scroll"></pre>  	<canvas id="gameboard" class="center" width="512" height="416"></canvas>  	<div class="center">  	  <table class="center"> @@ -23,7 +24,6 @@  		</tr>  	  </table>  	</div> -    <pre id="messages" style="height: 400px; overflow: scroll"></pre>      <footer><p>© Matt Kohls, 2019</footer>  	<script src="js/rogue.js"></script>    </body> | 
