Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<body>
|
10 |
<canvas id="whiteboard"></canvas>
|
11 |
<div id="toolbar">
|
12 |
-
<input type="color" id="color-picker" value="#
|
13 |
<input type="range" id="size-slider" min="1" max="20" value="5" />
|
14 |
<button id="clear-btn">Clear</button>
|
15 |
</div>
|
|
|
9 |
<body>
|
10 |
<canvas id="whiteboard"></canvas>
|
11 |
<div id="toolbar">
|
12 |
+
<input type="color" id="color-picker" value="#3478F7" />
|
13 |
<input type="range" id="size-slider" min="1" max="20" value="5" />
|
14 |
<button id="clear-btn">Clear</button>
|
15 |
</div>
|