diff options
author | Jonas Kohl | 2024-07-21 20:10:02 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-21 20:10:02 +0200 |
commit | a8527ab9fdbbed6fc2014aa6be3d59720e69e5b9 (patch) | |
tree | 6cdd1f074dfa6e9ae368a69c881d1a00b655137d /src/pages | |
parent | 557844b64120c3c08afa3f4364f1a6fdff7daffd (diff) |
Change BMP to PNG (Neocities doesn't allow BMP files)
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index ebe61a3..4b7ac3e 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -32,7 +32,7 @@ available solely via HTTP over at </p> <p class="center"> <!-- I know, 'target' is only allowed in XHTML Frameset, but I don't care --> - <a class="imgLink" target="_new" href="/static/screenshot.bmp"><!-- + <a class="imgLink" target="_new" href="/static/screenshot.png"><!-- --><img src="/static/screenshot_thumb.jpg" alt="Screenshot of this site being displayed in Internet Explorer 6 on Windows XP" |