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 | |
parent | 557844b64120c3c08afa3f4364f1a6fdff7daffd (diff) |
Change BMP to PNG (Neocities doesn't allow BMP files)
-rw-r--r-- | src/pages/about.php | 2 | ||||
-rwxr-xr-x | src/static/screenshot.bmp | bin | 2359350 -> 0 bytes | |||
-rw-r--r-- | src/static/screenshot.png | bin | 0 -> 145114 bytes |
3 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" diff --git a/src/static/screenshot.bmp b/src/static/screenshot.bmp Binary files differdeleted file mode 100755 index 6d28c7d..0000000 --- a/src/static/screenshot.bmp +++ /dev/null diff --git a/src/static/screenshot.png b/src/static/screenshot.png Binary files differnew file mode 100644 index 0000000..4f880a7 --- /dev/null +++ b/src/static/screenshot.png |