|
|
Line 46: |
Line 46: |
| width: auto; | | width: auto; |
| } | | } |
− | </style>
| |
− | <style>/*css样式表的衣柜*/
| |
− | *{
| |
− | margin:0px;
| |
− | padding:0px;
| |
− | }
| |
− | body{
| |
− | }
| |
− | .games{
| |
− | width:560px;
| |
− | margin:5px auto;
| |
− | }
| |
| </style> | | </style> |
| </head> | | </head> |
− | <body onkeydown="doKeyDown(event)" ><!--身体-->
| |
− | <div class="games">
| |
− | <canvas id="canvass" width="560" height="560"></canvas>
| |
− | <div id="msgs"></div>
| |
− | <input type="button" value="上一关" onClick="NextLevel(-1)">
| |
− | <input type="button" value="下一关" onClick="NextLevel(1)">
| |
− | <input type="button" value="重玩本关" onClick="NextLevel(0)">
| |
− | <input type="button" value="游戏说明" onClick="showHelp()">
| |
− | </div>
| |
− |
| |
− | <script type="text/javascript" src="https://2017.igem.org/Team:Tianjin/Resources/JS:gamemap?action=raw&ctype=text/javascript"></script>
| |
− | <script type="test/javascript" src="https://2017.igem.org/Team:Tianjin/Resources/JS:gamemap2?action=raw&ctype=text/javascript"></script>
| |
− |
| |
− |
| |
− | <div style="text-align:center;clear:both">
| |
− | </div>
| |
− | </body>
| |
− |
| |
| | | |
| </html> | | </html> |
Revision as of 01:37, 2 November 2017
/* OVERRIDE IGEM SETTINGS */