Initial Commit
This commit is contained in:
14
index.html
Normal file
14
index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Blackjack</h1>
|
||||
<button onclick="sendData('hit')">Hit</button>
|
||||
<button onclick="sendData('stand')">Stand</button>
|
||||
<button onclick="sendData('reset')">Reset</button>
|
||||
<p id="response"></p>
|
||||
</body>
|
||||
<script src="index.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user