]> code.octet-stream.net Git - broadcaster/blobdiff - templates/playlists.html
Add licence, etc.
[broadcaster] / templates / playlists.html
diff --git a/templates/playlists.html b/templates/playlists.html
deleted file mode 100644 (file)
index 207d020..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Broadcaster</title>
-  </head>
-  <body>
-    <main>
-      <h1>Playlists!</h1>
-      <ul>
-      {{range .Playlists}}
-        <li><b>{{.Name}}</b> {{.StartTime}} <a href="/playlist/{{.Id}}">(Edit)</a></li>
-      {{end}}
-      </ul>
-      <p><a href="/playlist/new">Add New Playlist</a></p>
-    </main>
-  </body>
-</html>