From 892da1753137411bd89f7eaf0aa1cb2ecbfab1c7 Mon Sep 17 00:00:00 2001 From: Eveline-97 Date: Tue, 8 Apr 2025 14:30:32 +0200 Subject: [PATCH] add html template that loads css file --- index.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ui-style.css | 9 ++++++++ 2 files changed, 72 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..a6234ad --- /dev/null +++ b/index.html @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +

Healing Soundscapes

+ +
+ +
+ + +
+ +
+ + + + + + + + +
+
+ +
+

synchronizing...

+
+ + + + + + + diff --git a/ui-style.css b/ui-style.css index 507d8b7..3552d69 100644 --- a/ui-style.css +++ b/ui-style.css @@ -23,6 +23,15 @@ input[type=text] { background-color: var(--background); } +h1 { + font-size: 15px; + font-weight: 400; + color: var(--active); + position: relative; + width: fit-content; + margin: 0.3em auto; +} + /*navigation*/ #nav, #navPlayers {