From 376d4fc01d357f6c529ae25c279760c786af81ae Mon Sep 17 00:00:00 2001 From: scossa Date: Tue, 4 Feb 2025 18:37:41 +0100 Subject: [PATCH] redark --- index.html | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++ make_index.sh | 6 ++-- 2 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..33a38f6 --- /dev/null +++ b/index.html @@ -0,0 +1,87 @@ + + + + + + + + StreamingCommunity Link Giusto + + + + +
+ +

+ + + +

+ + + + + +

+ + + +

+ +
+ + + diff --git a/make_index.sh b/make_index.sh index 0cf6722..7f74035 100755 --- a/make_index.sh +++ b/make_index.sh @@ -45,13 +45,14 @@ cat <<- _EOF > $PWD_SC/index.html margin: 0; padding: 4wh; border: 10px solid #ccc; - background-color: #f4f4f4; + background-color: #121212; + color: #e4d183; } div { width: 200wj; height: 200wj; - background-color: #fbfbfb; + background-color: #1e1e1e; padding: 20px; } @@ -63,6 +64,7 @@ cat <<- _EOF > $PWD_SC/index.html a { width: 300wj; height: 200wj; + color: #bb86fc }