aw-lights/templates/app.html
2021-08-21 14:02:08 -04:00

19 lines
275 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Light Control</title>
</head>
<body>
<div id="content">
{{ body }}
</div>
<script>
{% include "../liveview-rust/js/dist/liveview.js" %}
</script>
</body>
</html>