Commit fa0c48b6 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Fix spaces

parent c8077cd9
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,8 +4,8 @@
</head>
<body>
Width: <input type='number' id='width' value='9' />
Height: <input type='number' id='height' value = '9' />
Mines: <input type='number' id='mines' value = '10' />
Height: <input type='number' id='height' value='9' />
Mines: <input type='number' id='mines' value='10' />
<button id='play'>Play</button>
<table id='grid'></table>
<script src='minesweeper.js'></script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment