Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created December 3, 2011 23:33
Show Gist options
  • Save robyoung/1428499 to your computer and use it in GitHub Desktop.
Save robyoung/1428499 to your computer and use it in GitHub Desktop.
number-guessing-game-template
<!DOCTYPE html>
<html>
<body>
<h1>Amazing Number Guessing Game</h1>
<div id="result"></div>
<button id="reset">reset</button>
<input type="text" name="value" id="value">
<button id="ask">ask</button>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment