Spaces:
Runtime error
Runtime error
Commit
·
ce6d450
1
Parent(s):
e8de28c
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<title>Simulator</title>
|
7 |
</head>
|
8 |
<body>
|
9 |
-
<canvas id="displayCanvas" width="
|
10 |
|
11 |
<script>
|
12 |
const canvas = document.getElementById('displayCanvas');
|
|
|
6 |
<title>Simulator</title>
|
7 |
</head>
|
8 |
<body>
|
9 |
+
<canvas id="displayCanvas" width="256" height="256"></canvas>
|
10 |
|
11 |
<script>
|
12 |
const canvas = document.getElementById('displayCanvas');
|