diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-12 04:51:34 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-12 04:51:34 +0530 |
commit | a8734e6c94047e38c83acbac6f1405ff0c7b7b3f (patch) | |
tree | 59c5065bfd4e4a2f0c98a4ca6a1273c44b91abc2 /webui/website/templates/live.html | |
parent | 4ec9fa23b3c37f4ddf50e77a8f41ecdd4ddf1399 (diff) |
webui: Cleaning up dump+ Livestream IMPLEMENTATION
Diffstat (limited to 'webui/website/templates/live.html')
-rw-r--r-- | webui/website/templates/live.html | 5 |
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 %} |