2024-11-17 23:06:42 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Jocelyn Otto</title>
|
2024-11-19 22:51:41 +01:00
|
|
|
<link rel="stylesheet" href="%($PREFIX%)/style.css">
|
2024-11-17 23:06:42 +01:00
|
|
|
</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">
|
2024-11-19 22:51:41 +01:00
|
|
|
% echo $SIDEBAR
|
2024-11-17 23:06:42 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
2024-11-19 22:51:41 +01:00
|
|
|
% echo $CONTENT
|
2024-11-22 12:47:22 +01:00
|
|
|
<hr>
|
|
|
|
<i>%(Last built $(date -I) on $(hostname)%)</i>
|
2024-11-17 23:06:42 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|