inital commit

This commit is contained in:
patriciarealini 2015-08-31 23:03:40 -07:00
parent c05d63ae97
commit 2120b8db02
3 changed files with 25 additions and 0 deletions

BIN
images/deckback.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

25
index.html Normal file
View 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
View File