summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-21 20:10:02 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-21 20:10:02 +0200
commita8527ab9fdbbed6fc2014aa6be3d59720e69e5b9 (patch)
tree6cdd1f074dfa6e9ae368a69c881d1a00b655137d
parent557844b64120c3c08afa3f4364f1a6fdff7daffd (diff)
Change BMP to PNG (Neocities doesn't allow BMP files)
-rw-r--r--src/pages/about.php2
-rwxr-xr-xsrc/static/screenshot.bmpbin2359350 -> 0 bytes
-rw-r--r--src/static/screenshot.pngbin0 -> 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
deleted file mode 100755
index 6d28c7d..0000000
--- a/src/static/screenshot.bmp
+++ /dev/null
Binary files differ
diff --git a/src/static/screenshot.png b/src/static/screenshot.png
new file mode 100644
index 0000000..4f880a7
--- /dev/null
+++ b/src/static/screenshot.png
Binary files differ