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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/webui/website/templates/live.html b/webui/website/templates/live.html
new file mode 100644
index 0000000..5d7d62f
--- /dev/null
+++ b/webui/website/templates/live.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% block title %}Live feed{% endblock %}
+{% block content %}
+<body id="page">
+ <div id="spotlight" class="animated fadeIn">
+ <h1>Hi<h1>
+ </div>
+
+{% endblock %} \ No newline at end of file