2018-05-17 22:49:54 +00:00
|
|
|
<!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>
|
2018-05-21 22:33:11 +00:00
|
|
|
<script src="typescript/func.js"></script>
|
2018-05-17 22:49:54 +00:00
|
|
|
|
2018-05-19 22:37:10 +00:00
|
|
|
<div>
|
2018-06-10 10:29:24 +00:00
|
|
|
<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>
|
2018-05-19 22:37:10 +00:00
|
|
|
</div>
|
2018-06-10 10:29:24 +00:00
|
|
|
<div id="pins">
|
2018-05-18 14:53:23 +00:00
|
|
|
|
2018-06-10 10:29:24 +00:00
|
|
|
</div>
|
|
|
|
|
2018-05-17 22:49:54 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|