<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1">
    <link rel="stylesheet" href="style.css">

    <!-- <link rel="stylesheet" href="bulma.min.css"> -->
  </head>

  <body>

    <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    <script src="typescript/func.js"></script>

    <div id="topStuff">
      <p id="roll" style="font-size: 20px"></p>
      <button onclick="noMovesAvailable()">No moves can be done :(</button>
      Toggle pubeval?<input type="checkbox" id="myCheck" onclick="togglePubeval()">
      Do pubeval demo?<input type="checkbox" id="doPubevalDemo">
      <button onclick="toggleDemoOn()">Demo on?</button>
      <button onclick="toggleDemoOff()">Demo off?</button>
    </div>
    <div id="pinsContainer"> 
      <div id="pins">
	
      </div>
    </div>
    
  </body>
</html>