From 6c9f7641e29f9f0a868b022b29bae23fab3647a2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 8 May 2024 02:12:12 +0200 Subject: [PATCH] index.html: Inline style sheet. This should speed up page loading because it saves the additional http connection to the web server to download dss.css. --- dss.css | 12 ------------ index.html.m4 | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 dss.css diff --git a/dss.css b/dss.css deleted file mode 100644 index a9da07f..0000000 --- a/dss.css +++ /dev/null @@ -1,12 +0,0 @@ -BODY,TD { - background-color: #ffffff; - color: #333333; -} - -HR { - background-color: #ffff00; -} - -A { - color: #4444ff; -} diff --git a/index.html.m4 b/index.html.m4 index a413380..34e4b74 100644 --- a/index.html.m4 +++ b/index.html.m4 @@ -5,7 +5,20 @@ dnl SPDX-License-Identifier: GPL-2.0 PACKAGE() - SLOGAN() - + -- 2.39.5