Page 430 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 430

<script  src="lib/keycontrol.js"></script>
                    <link  rel="stylesheet"  href="css/style.css"  type="text/css" />
                 <link rel="stylesheet"  href="css/jquery-ui.css"  />

                    <link  rel="stylesheet"  href="../../swal/sweetalert.css">
            </head>


            <body>
                <div  id="test"></div>
                    <nav  id="menu"  class="panel"  role="navigation">
                       <h1>Menu</h1>
                       <table id="controlMenuTable" align="center">
                            <tr>
                                 <td>
                                       <button  id="newGameButton">New game</button>
                                 </td>
                            </tr>
                                    <!--<tr>

                                       <td>
                                            <button  id="highScoreButton">High  score</button>
                                       </td>
                                            </tr>-->
                       </table>
                            <!--<table  id="infoMenuTable"  align="center">
                            <tr>
                                 <td>
                                       <img alt="Current  level" src="img/level.png"/>
                                 </td>
                                 <td class="tableData">
                                       <label  id="levelLabel">Level  20</label>
                                 </td>
                            </tr>
                            <tr>
                                 <td>
                                       <img alt="Cash  in  bank"  src="img/bank.png"/>

                                 </td>
                                 <td class="tableData">
                                       <label  id="cashInBankLabel">$  10</label>
                                 </td>
                            </tr>
                            </table>-->



                                                         -  423  -
   425   426   427   428   429   430   431   432   433   434   435