diff options
author | Jonas Kohl | 2024-07-21 20:08:31 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-21 20:08:31 +0200 |
commit | 557844b64120c3c08afa3f4364f1a6fdff7daffd (patch) | |
tree | 7511a26f1ad0ba47b0f738f108e62b96ab74fafd /src/pages/about.php | |
parent | d79fb0f0ce4744974d45d7d4e80c3af8c2cca717 (diff) |
Add more content
Diffstat (limited to 'src/pages/about.php')
-rw-r--r-- | src/pages/about.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index 9e7b31b..ebe61a3 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -30,3 +30,16 @@ somehow – I tested it in IE 6, IE 7 and Mozilla 1.1). This website is also available solely via HTTP over at <a href="http://hozyro.jkohl.link/">http://hozyro.jkohl.link/</a>! </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"><!-- + --><img src="/static/screenshot_thumb.jpg" + alt="Screenshot of this site being displayed in + Internet Explorer 6 on Windows XP" + width="256" + height="192" /><!-- + --></a><br /> + <span class="smallText">Fig. 1: Screenshot of this site being displayed in + Internet Explorer 6 on Windows XP<br /> + <span class="enlarge">(Click image to enlarge)</span></span> +</p> |