From 736d4fa2c5ae5381dcf7abb4ee8ebea84265f103 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sun, 25 May 2025 20:15:34 +0200 Subject: [PATCH] Make relative --- gowatch.yml | 3 ++ index.html | 140 +++++++++++++++++++++++++++++----------------------- 2 files changed, 80 insertions(+), 63 deletions(-) create mode 100644 gowatch.yml diff --git a/gowatch.yml b/gowatch.yml new file mode 100644 index 0000000..6e56173 --- /dev/null +++ b/gowatch.yml @@ -0,0 +1,3 @@ +watch_exts: + - .html + - .go diff --git a/index.html b/index.html index 37690cb..7d1e302 100644 --- a/index.html +++ b/index.html @@ -1,75 +1,89 @@ - + - - - - - Spotify - - - -
-
- -
-
- {{ .Track.Name }} -
{{ .Track.Artist }}
-
-
- - + #cover { + width: 100%; + height: 100%; + object-fit: cover; + } + + #artist { + opacity: 0.6; + font-size: clamp(16px, 12vh, 70px); + } + + + +
+
+ +
+
+ {{ .Track.Name }} +
{{ .Track.Artist }}
+
+
+ +