Added the html generator scripts

This commit is contained in:
TillDiem
2021-12-25 16:46:37 +01:00
parent 6685957cf3
commit 51915fade9
4 changed files with 127 additions and 0 deletions

15
template.html Normal file
View File

@ -0,0 +1,15 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link rel="stylesheet" href="/blogpost.css" />
<title>mykb - Knowledgebase for Arch Setups</title></head>
<body>
<div class="mainpart">
<header><a href="http://mykb.dieminger.ch" style="text-decoration: none; color:black;"><h1 class="MAIN">mykb - A collection of random software</a> <a href="https://github.com/alexbocken/mykb"><img src="/GH.png" height=22/></a></h1></header>
<nav></nav>
$body$
</div>
</body>
</html>