mainmenu.html 181 B

123456789
  1. <style type="text/css">
  2. .container {
  3. text-align: center;
  4. }
  5. </style>
  6. <div class="container">
  7. <h1>Ship Shot</h1>
  8. <button id="start-button">Play</button>
  9. </div>