Version 0.1
This commit is contained in:
commit
68b5c32bbc
8 changed files with 673 additions and 0 deletions
21
index.php
Normal file
21
index.php
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue