people have got the message now
[azarus.ch.git] / post.tmpl
blob4ef502bdf68a982131c5814748579d96dd63d21b
1 <!DOCTYPE html>
2 <html lang="en">
3 <meta charset="utf-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <link rel="stylesheet" href="../style.css" type="text/css">
6 <link rel="icon" type="image/png" href="icon.png">
7 <title><!-- TITLE !--></title>
8 <body>
9 <h1>azarus' page</h1>
10 <h2><!-- TITLE !--></h2>
11 <p>Date: </p>
12 <!-- content goes here !-->
13 <footer>
14 <hr>
15 <p>Unless otherwise noted, this content is <a href="https://creativecommons.org/publicdomain/zero/1.0/">
16 publicly licensed (CC0)</a>.</p>
17 <p>This website is served by the <a href="https://man.openbsd.org/httpd">httpd</a> daemon, running on OpenBSD 6.3.</p>
18 </footer>
19 </body>
20 </html>