inital commit
This commit is contained in:
parent
c05d63ae97
commit
2120b8db02
BIN
images/deckback.jpg
Normal file
BIN
images/deckback.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
25
index.html
Normal file
25
index.html
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<!DOCTYPE HTML>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Tarot</title>
|
||||||
|
<link rel="stylesheet" href="stylesheet.css" />
|
||||||
|
<!--JQuery script tag has to come before the JS otherwise it won't run.-->
|
||||||
|
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
|
||||||
|
<script src="main.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>IN THE CARDS</h1>
|
||||||
|
<h2>Click on the deck</h2>
|
||||||
|
|
||||||
|
<div class="buttons">
|
||||||
|
<img src="images/deckback.jpg" alt="deck of cards" id="deal" />
|
||||||
|
<br>
|
||||||
|
<input type="button" value="SHUFFLE" id="shuffle" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="hand">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
0
stylesheet.css
Normal file
0
stylesheet.css
Normal file
Loading…
x
Reference in New Issue
Block a user