D-7 Web App HTML
Add Starter HTML
Add Custom HTML
<h2>Smart Security System</h2>
<div class="card">
<h2 id="system-mode">Connecting...</h2>
<label class="switch">
<input type="checkbox" name="toggle" onclick="toggleMode();">
<span class="slider round"></span>
</label>
<h3>Last Motion Event</h3>
<p id="event-time">None</p>
</div>
<div id="motion-alert" class="card">
<h2>Motion Detected</h2>
</div>Preview Web App
