some function
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user