]> git.tue.mpg.de Git - dss.git/commitdiff
index.html: Inline the svg image.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 9 May 2024 00:28:07 +0000 (02:28 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 2 Jul 2024 16:52:03 +0000 (18:52 +0200)
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

index a4b3dd6a730f695c89dbf697d206484a4dc32a94..41c0075e1fc1e11ba8fa63eaec8ee05f221a2546 100644 (file)
@@ -25,12 +25,8 @@ dnl SPDX-License-Identifier: GPL-2.0
 <body>
        <table>
                <tr>
-                       <td>
-                               <img src="dss.svg" alt="dss">
-                       </td>
-                       <td>
-                               <h1>SLOGAN()</h1>
-                       </td>
+                       <td> include(`dss.svg') </td>
+                       <td> <h1>SLOGAN()</h1> </td>
                </tr>
        </table>