Skip to content

Instantly share code, notes, and snippets.

@brammond-zz
Created May 17, 2014 21:45
Show Gist options
  • Save brammond-zz/729365aaf7aea9faca41 to your computer and use it in GitHub Desktop.
Save brammond-zz/729365aaf7aea9faca41 to your computer and use it in GitHub Desktop.
The body of our first attempt at a page
<body onload="createView(); getScores();">
<div class="alert alert-success" style="display: none">Relax. We got ya connected, bro.</div>
<div class="alert alert-danger" style="display: none">Aw snap, son. Didn't connect.</div>
<h1>Pterrible Scores</h1>
<input type="button" id="add" value="Add" onclick="addScore();" />
<div id="scores"></div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment