Initial commit

This commit is contained in:
Akko
2022-03-18 16:48:18 +01:00
parent 6e159f44d4
commit 3012ee6bfa
21 changed files with 2334 additions and 0 deletions

1
util/head.html Normal file
View File

@@ -0,0 +1 @@
<link rel="stylesheet" href="/static/style.css" type="text/css"/>

8
util/postamble.html Normal file
View File

@@ -0,0 +1,8 @@
<div id="footer">
<hr>
If you have any comments about this page, you can email me at: <br>
<b>akko [shift-2] nakadashi -dot- lol</b><br><br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
Blog proudly built using <a href="/posts/elog-1-blog.html">org-mode</a>!
</div>

5
util/preamble.html Normal file
View File

@@ -0,0 +1,5 @@
<div id="header">
<a href="/">Home</a> |
<a href="/about.html">dare desu ka</a> |
<a href="/sitemap.html">Sitemap</a>
</div>