summaryrefslogtreecommitdiff
path: root/web/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/sidebar.html')
-rw-r--r--web/sidebar.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/web/sidebar.html b/web/sidebar.html
new file mode 100644
index 000000000..7ea629cc0
--- /dev/null
+++ b/web/sidebar.html
@@ -0,0 +1,25 @@
+<style>
+div.nav {
+ float: left;
+ margin-right: 4em;
+}
+li.nav {
+ border: 1px solid rgba(57, 61, 65, 0.50);
+ border-radius: 6px;
+ list-style-type: none;
+ padding: 8px;
+ margin: 4px;
+}
+a.nav {
+ color: black;
+ text-decoration: none;
+}
+</style>
+
+<div class="nav">
+<ul class="nav">
+ <li class="nav"><a class="nav" href="/">Transport</a></li>
+ <li class="nav"><a class="nav" href="/playlists">Playlists</a></li>
+</ul>
+</div>
+