This commit is contained in:
2021-07-08 00:56:46 +03:00
parent 8692972a60
commit df874571b4
2 changed files with 14 additions and 2 deletions

View File

@@ -6,7 +6,9 @@
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<canvas id="game" width="768" height="1366"></canvas>
<div class="wrap">
<canvas id="game" width="768" height="1366"></canvas>
</div>
<script type="text/javascript" src="game.js"></script>
</body>