Sergidev commited on
Commit
db16da0
·
verified ·
1 Parent(s): 7d34e39

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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="#000000" />
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>