Sint/index.html
Markus Scully b063eecfff Version 0.3
Move over to new physics engine. Level coloured grey to see it better.
Extremely glitchy, not working very well at all.
2013-07-05 21:35:40 +01:00

29 lines
No EOL
429 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
Sint
</title>
<script src="sint.js">
</script>
<link rel="icon" type="image/png" href="favicon.png">
<style>
body{
background-color: #eee;
}
#innergame{
width: 110%;
height: 100%;
background-color: #523;
}
</style>
</head>
<body>
<canvas id="game" width="500" height="320" />
<div id='innergame'>
</div>
</canvas>
</body>
</html>