Page 432 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 432
<td>
<button id="okFromSuccess">OK</button>
</td>
</tr>
</table>
</div>
<div id="failedMenuDiv">
<h3>Oh snap!</h3>
<table id="successMenuTable" align="center">
<tr>
<td>
<img src="img/ohsnap.png" />
</td>
</tr>
<tr>
<td>
<button id="okFromFailed">OK</button>
</td>
</tr>
</table>
</div>
<div id="loseMenuDiv">
<h3>Game over!</h3>
<table id="loseMenuTable" align="center">
<tr>
<td>
<img src="img/lose.png" />
</td>
</tr>
</table>
</div>
</nav>
<div id="pushableContent" class="wrap push">
<h1>Shell Game - double or nothing</h1>
<!--
<a id="triggerMenuButton" href="#menu" class="menu-link">
<img id="arrowImage" src="img/arrow.png" />
</a>
-->
- 425 -