From: Andre Noll Date: Wed, 8 May 2024 00:12:12 +0000 (+0200) Subject: index.html: Inline style sheet. X-Git-Tag: v1.0.2~13 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=6c9f7641e29f9f0a868b022b29bae23fab3647a2;p=dss.git 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. --- 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() - +