commit 45e38991e3228810d5c7b9bfb8983c35fffb7397 parent f447cac8ec42df222ff26db25c2ad9274508deb5 Author: servus <servus.angaro@posteo.net> Date: Fri, 21 Aug 2026 15:08:43 +0300 Add About page Diffstat:
| A | pages/010-about.cfg | | | 1 | + |
| A | pages/010-about.html | | | 5 | +++++ |
| M | templates/page/header.html | | | 2 | +- |
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/pages/010-about.cfg b/pages/010-about.cfg @@ -0,0 +1 @@ +filename = about.html diff --git a/pages/010-about.html b/pages/010-about.html @@ -0,0 +1,5 @@ +<h1>About</h1> + +<p> +This site takes inspiration from (read blatantly copies) <a href="https://codemadness.org/">codemadness.org</a>, run by Hiltjo Posthuma. +</p> diff --git a/templates/page/header.html b/templates/page/header.html @@ -13,7 +13,7 @@ <table id="menu" width="100%" border="0"> <tr> <td id="links-contact" align="right"> - <a href="git/">Git</a> | <a href="mailto:${sitemail}">Mail</a> + <a href="about.html">About</a> | <a href="git/">Git</a> | <a href="mailto:${sitemail}">Mail</a> </td> </tr> </table>