33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="yeelight 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> |