Difference between revisions of "Team:Tianjin/surprise23333"

 
(10 intermediate revisions by the same user not shown)
Line 46: Line 46:
 
width: auto;
 
width: auto;
 
}
 
}
 +
</style>
 +
<style>
 +
*{
 +
margin:0px;
 +
padding:0px;
 +
}
 +
body{
 +
}
 +
.games{
 +
width:560px;
 +
margin:5px auto;
 +
}
 
</style>
 
</style>
 
</head>
 
</head>
 +
<body onkeydown="doKeyDown(event)"><!--身体-->
 +
<div align="center" style="margin-top:3em;">
 +
<h1><font color="#0CF">a game of yeast mating</font></h1>
 +
</div>
 +
<div style="z-index:1200;" class="games">
 +
<canvas id="canvass" width="560" height="560"></canvas>
 +
<div id="msgs"></div>
 +
<input type="button" value="last level" onClick="NextLevel(-1)">
 +
<input type="button" value="next level" onClick="NextLevel(1)">
 +
<input type="button" value="restart" onClick="NextLevel(0)">
 +
<input type="button" value="instruction" onClick="showHelp()">
 +
</div>
 +
 +
 +
<script 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>

Latest revision as of 03:02, 2 November 2017

/* OVERRIDE IGEM SETTINGS */

a game of yeast mating