Initial commit
This commit is contained in:
commit
63dd5fd5b3
9 changed files with 140 additions and 0 deletions
22
template.tpl
Executable file
22
template.tpl
Executable 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>
|
Loading…
Add table
Add a link
Reference in a new issue