uploaded existing project

This commit is contained in:
Ole Morud
2022-01-24 11:58:37 +01:00
committed by olemorud
commit 61bb8eb327
2 changed files with 184 additions and 0 deletions

22
main.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<script src="main.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
canvas {
border:1px solid #d3d3d3;
background-color: #ffffff;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
</head>
<body onload="startGame()" class="center">
<br>
</body>
<html>