.
This commit is contained in:
33
www/html/devices.html
Normal file
33
www/html/devices.html
Normal file
@ -0,0 +1,33 @@
|
||||
<div class="container-fluid text-center bg-grey">
|
||||
<h2>Lampen</h2>
|
||||
<div class="row text-center">
|
||||
<div class="col-sm-4 bg-grey">
|
||||
<p>Regal</p>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary">An</button>
|
||||
<button type="button" class="btn btn-primary">Aus</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<p>Monitor</p>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary">An</button>
|
||||
<button type="button" class="btn btn-primary">Aus</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 bg-grey">
|
||||
<p>Fernseher</p>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary">An</button>
|
||||
<button type="button" class="btn btn-primary">Aus</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<p>Bett</p>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary">An</button>
|
||||
<button type="button" class="btn btn-primary">Aus</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user