-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 901 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-au-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>blackjack?</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="container">
<h1 class="test">blackjack?</h1>
<h2></h2>
<div class="dealercards"></div>
<h1 class="magic"></h1>
<h2></h2>
<div class="playercards"></div>
<div class="hitBtn"></div>
<div class="standBtn"></div>
<input type=button class='newGameButton' value='New Game'>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>