]> code.octet-stream.net Git - broadcaster/blobdiff - templates/radios.html
Add licence, etc.
[broadcaster] / templates / radios.html
diff --git a/templates/radios.html b/templates/radios.html
deleted file mode 100644 (file)
index 255fbe2..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>Radios</h1>
-      <ul>
-      {{range .Radios}}
-        <li><b>{{.Name}}</b> {{.Token}} <a href="/radio/{{.Id}}">(Edit)</a></li>
-      {{end}}
-      </ul>
-      <p><a href="/radio/new">Register New Radio</a></p>
-    </main>
-  </body>
-</html>