Skip to content

Instantly share code, notes, and snippets.

@bryanwb
Created February 4, 2010 07:44
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 bryanwb/294427 to your computer and use it in GitHub Desktop.
Save bryanwb/294427 to your computer and use it in GitHub Desktop.
<body>
<div id="kHeader">
</div>
<!-- Put the help text here -->
<div id="kHelpText" title="Help Title"> Help text here</div>
<div id="feedback"></div>
<div id="gameArea">
<div id="questionBox">What is this?</div>
<img class = "imageBox" id="imgObject" src="" alt="image of animal"/>
<div id="options">
<a href="#" id="anchorOpt0">
<img class="optImg" id="option0" src="" alt=""/>
</a>
<a href="#" id="anchorOpt1"><img class="optImg" id="option1" src="" alt=""/></a>
<a href="#" id="anchorOpt2"><img class="optImg" id="option2" src="" alt=""/></a>
<a href="#" id="anchorOpt3"><img class="optImg" id="option3" src="" alt=""/></a>
</div>
<div id="gameOver">
Game Over
</div>
</div>
<div id="kFooter">
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment