Skip to content

Instantly share code, notes, and snippets.

@gkilmain
Created August 20, 2014 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkilmain/503673479c461efe2cd6 to your computer and use it in GitHub Desktop.
Save gkilmain/503673479c461efe2cd6 to your computer and use it in GitHub Desktop.
also new
<!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