some function

This commit is contained in:
Bel LaPointe
2021-03-12 08:36:25 -06:00
parent bfa51bce7b
commit 3a47b0a76a
3 changed files with 215 additions and 14 deletions

View File

@@ -5,6 +5,10 @@
<script src="js.js"></script>
</head>
<body>
<h1>Hello, world</h1>
<h1>Poor Man's Blind Man's Poker</h1>
<button onclick="start(); return false;">Start</button>
<button onclick="join(); return false;">Join</button>
<button onclick="drop(); return false;">Drop</button>
<div id="game"></div>
</body>
</html>