Created
August 20, 2014 21:14
-
-
Save gkilmain/503673479c461efe2cd6 to your computer and use it in GitHub Desktop.
also new
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Test</title> | |
<link rel="stylesheet" type="text/css" href="css/test.css"> | |
</head> | |
<body> | |
<div class="container"> | |
<div id="playerScore"></div> | |
<div id="dealerScore"></div> | |
<div id="gamesPlayed"></div> | |
<div id="dealersHand" class="cf"></div> | |
<div id="playersHand" class="cf"></div> | |
<div id="buttonWrapper" class="buttons-wrapper"> | |
<div id="hit" class="button">Hit</div> | |
<div id="stand" class="button">Stand</div> | |
<div id="double" class="button">Double</div> | |
</div> | |
</div> | |
<script src="js/test.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment