-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
26 lines (20 loc) · 972 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- begin snippet: js hide: false -->
<!-- language: lang-html -->
<!-- Latest compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> -->
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css"> -->
<!-- Latest compiled and minified JavaScript -->
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> -->
<div class="card bg-dark text-white text-center mb-4">
<div class="card-body"></div></div>
<form>
<label>Amplitude</label>
<input id="sldAmplitude" type="range" min="0" max="20">
<input type="number" id="iptAmplitude" style="width: 2.5em" value="20">
<label>cm</label>
</form>
<form>
<label id="lblAmplitude">10 cm</label>
</form>
<!-- end snippet -->