Difference between revisions of "Team:Tianjin/surprise23333"

Line 47: Line 47:
 
}
 
}
 
</style>
 
</style>
 
+
<style>
 +
*{
 +
margin:0px;
 +
padding:0px;
 +
}
 +
body{
 +
}
 +
.game{
 +
width:560px;
 +
margin:5px auto;
 +
}
 +
</style>
 
</head>
 
</head>
 +
<body onkeydown="doKeyDown(event)"><!--身体-->
 +
<div style="z-index:1200;" class="game">
 +
<canvas id="canvas" width="560" height="560"></canvas>
 +
<div id="msg"></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:39, 2 November 2017

/* OVERRIDE IGEM SETTINGS */