Initial commit

This commit is contained in:
joss 2024-11-17 23:06:42 +01:00
commit 63dd5fd5b3
9 changed files with 140 additions and 0 deletions

22
template.tpl Executable file
View file

@ -0,0 +1,22 @@
<html>
<head>
<meta charset="UTF-8">
<title>Jocelyn Otto</title>
<link rel="stylesheet" href="{PREFIX}/style.css">
</head>
<body>
<header class="navbar">
<span class="nav-name">Jocelyn Otto</span>
<a href="https://jossco.de">Private page</a>
</header>
<div class="sidebar">
<ul class="sidemenu">
{SIDEBAR}
</ul>
</div>
<div class="content">
{CONTENT}
</div>
</body>
</html>