mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-15 02:22:22 +01:00
more styling
This commit is contained in:
@@ -14,31 +14,55 @@
|
||||
<span class="heading">Laser</span>
|
||||
<div class="content">
|
||||
<ul>
|
||||
<li class="form-row">
|
||||
<label>L</label>
|
||||
<li class="form-row info">
|
||||
<label>Frequency</label>
|
||||
<label>123</label>
|
||||
</li>
|
||||
<li class="form-row info">
|
||||
<input type="range" class="laser slider" value="1" min="1" max="128">
|
||||
</li>
|
||||
<li class="form-row">
|
||||
<label>M1</label>
|
||||
<li class="form-row info">
|
||||
<label>Motor 1</label>
|
||||
<label>23</label>
|
||||
</li>
|
||||
<li class="form-row info">
|
||||
<input type="range" class="motor slider" value="1" min="1" max="128" data-motor-nr="1">
|
||||
</li>
|
||||
<li class="form-row info">
|
||||
<label>Motor 3</label>
|
||||
<label>324</label>
|
||||
</li>
|
||||
<li class="form-row">
|
||||
<label>M2</label>
|
||||
<input type="range" class="motor slider" value="1" min="1" max="128" data-motor-nr="2">
|
||||
</li>
|
||||
<li class="form-row">
|
||||
<label>M3</label>
|
||||
<label>Motor 3</label>
|
||||
<label>123</label>
|
||||
</li>
|
||||
<li class="form-row">
|
||||
<input type="range" class="motor slider" value="1" min="1" max="128" data-motor-nr="3">
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</form>
|
||||
<div id="prototypControls" class="container collapsible">
|
||||
<form id="prototypControls" class="container collapsible">
|
||||
<span class="heading">Makros</span>
|
||||
<div class="content">
|
||||
<button>Submit</button>
|
||||
<div class="form-row">
|
||||
<label>Stop</label>
|
||||
<button>Run</button>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label>Preset Mode</label>
|
||||
<button>Run</button>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label>Do stuff</label>
|
||||
<button>Run</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div class="settings container collapsible">
|
||||
<span class="heading">WiFi Settings</span>
|
||||
<div class="content">
|
||||
@@ -56,7 +80,7 @@
|
||||
<input type="password" name="password" placeholder="Default: th3r31sn0sp00n">
|
||||
</li>
|
||||
<li class="form-row">
|
||||
<button type="submit">Submit</button>
|
||||
<button type="submit">Save</button>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user