diff options
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/about.php | 21 |
1 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> |