summaryrefslogtreecommitdiff
path: root/templates/syncstream.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/syncstream.html')
-rw-r--r--templates/syncstream.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/syncstream.html b/templates/syncstream.html
new file mode 100644
index 0000000..6a8ec1d
--- /dev/null
+++ b/templates/syncstream.html
@@ -0,0 +1,6 @@
+{{define "title"}}Search{{end}}
+{{define "content"}}
+ <video id="video" controls>
+ <source src="{{.Url}}">
+ </video>
+{{end}}