Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added Slowest - Fastest to the Slider
  • Loading branch information
ntn16104 committed Dec 6, 2020
1 parent 6c98f7e commit 7994b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ <h2 class="text-white mb-4">DDD Filter applications in the Network</h2>
</form>

<div class="slidecontainer">
<span>Fastest</span>
<input type="range" min="1" max="5" value="1" class="slider" id="myRange">
<span>Slowest</span>
</div>
<p><button onclick="startSimulation()">Start Simulation</button></p>
<p><button onclick="pauseSimulation()">Pause Simulation</button></p>
Expand Down

0 comments on commit 7994b0f

Please sign in to comment.