Version 0.1

This commit is contained in:
Markus Scully 2013-06-15 13:06:51 +01:00
commit 68b5c32bbc
8 changed files with 673 additions and 0 deletions

21
index.php Normal file
View file

@ -0,0 +1,21 @@
<!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;
}
</style>
</head>
<body>
<canvas id="game" width="500" height="320" />
</canvas>
</body>
</html>