aw-lights/templates/app.html

19 lines
275 B
HTML
Raw Normal View History

2021-08-15 23:53:54 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Light Control</title>
</head>
<body>
<div id="content">
{{ body }}
</div>
<script>
2021-08-21 14:02:08 -04:00
{% include "../liveview-rust/js/dist/liveview.js" %}
2021-08-15 23:53:54 -04:00
</script>
</body>
</html>