Canvas
This commit is contained in:
parent
ae92b6373b
commit
f1c03b1d0a
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<script type="text/javascipt" src="./game.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<canvas width="800" height="800" id="Canvas" style="border: 1px;"></canvas>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue