Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
9b99c78
1
Parent(s):
f0ce987
- static/index.html +6 -0
static/index.html
CHANGED
@@ -4,6 +4,12 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Simulator</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<canvas id="displayCanvas" width="512" height="384"></canvas>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Simulator</title>
|
7 |
+
<style>
|
8 |
+
/* Add this style rule to hide the cursor inside the canvas */
|
9 |
+
#displayCanvas {
|
10 |
+
cursor: none;
|
11 |
+
}
|
12 |
+
</style>
|
13 |
</head>
|
14 |
<body>
|
15 |
<canvas id="displayCanvas" width="512" height="384"></canvas>
|