From a585b6d6aee3838518c8959ba41a69172a643fda Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 9 May 2024 02:28:07 +0200 Subject: [PATCH] index.html: Inline the svg image. This way the web page can be installed by copying a single html file. It also speeds up page loading since no additional http request is needed to download the image file. --- index.html.m4 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html.m4 b/index.html.m4 index a4b3dd6..41c0075 100644 --- a/index.html.m4 +++ b/index.html.m4 @@ -25,12 +25,8 @@ dnl SPDX-License-Identifier: GPL-2.0 - - + +
- dss - -

SLOGAN()

-
include(`dss.svg')

SLOGAN()

-- 2.39.5