Coils
This commit is contained in:
parent
322fd6e541
commit
cdf41544ab
4 changed files with 119 additions and 28 deletions
|
@ -1,12 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<title>Inventory Manager</title>
|
||||
<meta charset="utf-8">
|
||||
<link href="styles/style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="inventory">
|
||||
<canvas>
|
||||
</canvas>
|
||||
<script src="inventory.js"></script>
|
||||
<script src="src/canvas.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue