diff options
author | Jonas Kohl | 2024-09-10 22:20:06 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-10 22:20:06 +0200 |
commit | 2c10ed169fd8f1fe719259d8193923fb1e45adaa (patch) | |
tree | 74180fe81e10efd6ef451a22012f1b20c368af44 /pages | |
parent | 74efa86851405938086a82dea890f40f36c1d130 (diff) |
Add disc icon
Diffstat (limited to 'pages')
-rw-r--r-- | pages/downloads.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/downloads.php b/pages/downloads.php index a6ac871..a6b63ab 100644 --- a/pages/downloads.php +++ b/pages/downloads.php @@ -3,7 +3,7 @@ <?php include __DIR__ . "/../includes/template_start.php"; ?> <h1>Downloads</h1> -<p>Lade das Spiel herunter: <a href="/static/MysticHouse.iso" target="_top">MysticHouse.iso (ca. 437,15 MiB)</a></p> +<p>Lade das Spiel herunter: <img src="/images/disc.gif" alt="" width="15" height="15" valign="middle"> <a href="/static/MysticHouse.iso" target="_top">MysticHouse.iso (ca. 437,15 MiB)</a></p> <p><i>Weitere Downloads folgen bald…</i></p> |