Untitled
Anonymous
plain_text
12/06/2023 1:13 AM
360 B
14
Indexable
<html>
<head>
<style>
canvas {
border: 1px solid #d3d3d3;
background-color: #f1f1f1;
}
</style>
</head>
<body>
<canvas id="gameCanvas" width="480" height="320"></canvas>
<script src="game.js"></script>
</body>
</html>Editor is loading...
Leave a Comment