summaryrefslogtreecommitdiff
path: root/webui/website/templates/live.html
diff options
context:
space:
mode:
Diffstat (limited to 'webui/website/templates/live.html')
-rw-r--r--webui/website/templates/live.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/webui/website/templates/live.html b/webui/website/templates/live.html
index 5d7d62f..bd71851 100644
--- a/webui/website/templates/live.html
+++ b/webui/website/templates/live.html
@@ -3,7 +3,8 @@
{% block content %}
<body id="page">
<div id="spotlight" class="animated fadeIn">
- <h1>Hi<h1>
+ <img src="/stream" width="640" height="480" />
+ <h1>Live-Feed</h1>
</div>
-{% endblock %} \ No newline at end of file
+{% endblock %}