html
watch static html/js page
npx browser-sync start --server --files "*.html, *.js"
slider
<label for="maxScale">Maximum scale:</label>
<input id="maxScale" type="range" min="0.5" max="1.0" step="0.1"/>
npx browser-sync start --server --files "*.html, *.js"
<label for="maxScale">Maximum scale:</label>
<input id="maxScale" type="range" min="0.5" max="1.0" step="0.1"/>