Team:Calgary/VGSandbox

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
Your browser does not support the video tag.
Your browser does not support the video tag.
</video>
</video>
 +
 +
</body>
 +
</html>
 +
 +
 +
<html>
 +
<head>
 +
<style type="text/css">
 +
body{
 +
height: 100%;
 +
overflow: hidden; /* keeps scrollbar off IE */
 +
font-family: arial,sans-serif;
 +
font-size: 13px;
 +
color: #000;
 +
background-color: #fff;
 +
padding:0px;
 +
margin:0px;
 +
}
 +
canvas:focus{
 +
outline:none;
 +
}
 +
 +
</style>
 +
</head>
 +
 +
<body>
 +
 +
<canvas id="GameCanvas" onclick="javascript:this.focus();" width=640 height=480 tabindex=1></canvas><br>
 +
 +
<script language="javascript" src="main.js">Javascript not supported!</script>
</body>
</body>
</html>
</html>

Revision as of 17:31, 16 May 2012