broadfield-dev commited on
Commit
4937bae
·
verified ·
1 Parent(s): 4703e99

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -0
static/index.html CHANGED
@@ -48,6 +48,7 @@
48
  <label>Deflection Strength: <input type="range" id="fluid-deflection" min="0" max="0.5" step="0.01" value="0.1"></label>
49
  </div>
50
  <button id="start-btn">Start Simulation</button>
 
51
  <button id="reset-btn">Reset Simulation</button>
52
  <button id="save-btn">Save Settings</button>
53
  <button id="load-btn">Load Settings</button>
 
48
  <label>Deflection Strength: <input type="range" id="fluid-deflection" min="0" max="0.5" step="0.01" value="0.1"></label>
49
  </div>
50
  <button id="start-btn">Start Simulation</button>
51
+ <button id="stop-btn">Stop Simulation</button>
52
  <button id="reset-btn">Reset Simulation</button>
53
  <button id="save-btn">Save Settings</button>
54
  <button id="load-btn">Load Settings</button>