Base canvas

This commit is contained in:
Clayton Voges 2022-01-04 23:06:19 +00:00
parent ead4964a7f
commit 9f5169bfc0
3 changed files with 44 additions and 0 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<link href="styles/style.css" rel="stylesheet">
</head>
<body>
<canvas id="inventory">
</canvas>
<script src="inventory.js"></script>
</body>
</html>