diff options
author | Jonas Kohl | 2024-07-29 16:47:30 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-29 16:47:30 +0200 |
commit | aa940218b87e548153b19185ef8f1764c5822793 (patch) | |
tree | ba9233854f87e8dacb5744d91db2176ba1c7202e /src | |
parent | f4f82231769ef71fcd0663d8ba3ddb2663eae528 (diff) |
Add screenshot
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/about.php | 21 | ||||
-rw-r--r-- | src/static/current.png | bin | 0 -> 447268 bytes | |||
-rw-r--r-- | src/static/current_thumb.jpg | bin | 0 -> 5099 bytes |
3 files changed, 21 insertions, 0 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index fc4ffdd..f8fa98f 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -37,6 +37,7 @@ somehow – I tested it in many old browsers, including IE 6, IE 7, Mozilla 1.1 and Safari 2). This website is also available solely via HTTP over at <a href="http://hozyro.jkohl.link/">http://hozyro.jkohl.link/</a>! </p> +<h1>This site being displayed on various systems</h1> <table style="margin:0 auto"><tbody> <tr> <td style="width:258px;padding:12px 12px 0" class="center"> @@ -106,3 +107,23 @@ over at <a href="http://hozyro.jkohl.link/">http://hozyro.jkohl.link/</a>! </td> </tr> </tbody></table> +<table style="margin:0 auto"><tbody> +<tr> +<td style="width:343px;padding:12px 12px 0" class="center"> + <a class="imgLink" target="_new" href="/static/current.png"><!-- + --><img src="/static/current_thumb.jpg" + alt="Screenshot of the home page being displayed on + my main machine (Firefox 128 on macOS 14.5)" + width="341" + height="192" /><!-- + --></a> +</td> +</tr> +<tr> +<td class="center vtop"> + <span class="smallText">Fig. 5: Screenshot of the home page being displayed + on my main machine (Firefox 128 on macOS 14.5) (real hardware)<br /> + <span class="enlarge">(Click image to enlarge)</span></span> +</td> +</tr> +</tbody></table> diff --git a/src/static/current.png b/src/static/current.png Binary files differnew file mode 100644 index 0000000..9a9afd6 --- /dev/null +++ b/src/static/current.png diff --git a/src/static/current_thumb.jpg b/src/static/current_thumb.jpg Binary files differnew file mode 100644 index 0000000..2455536 --- /dev/null +++ b/src/static/current_thumb.jpg |