From 3abe2c3fbe95ab0a38045c359b808fadac6220ea Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Sun, 4 May 2025 00:25:10 -0400 Subject: Create music player GUI --- ui/html/base.tmpl.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'ui/html/base.tmpl.html') diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index f3d618d..0bcf405 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -4,16 +4,20 @@ {{template "title" .}} - Paterissa - + -
-

Paterissa

-
-
-
- {{template "main" .}} -
+ +
+
+

Paterissa

+
+
+
+ {{template "main" .}} +
+
+ {{template "music_player" .}} {{end}} -- cgit v1.2.3