mirror of
https://github.com/AlexBocken/mykb.git
synced 2025-06-28 11:06:54 +02:00
Added the html generator scripts
This commit is contained in:
15
template.html
Normal file
15
template.html
Normal 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>
|
Reference in New Issue
Block a user