update example site

This commit is contained in:
uint 2025-12-19 19:25:42 +00:00
commit c9a56407b9
2 changed files with 29 additions and 0 deletions

29
example/template.html Normal file
View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{TITLE}}</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<header>
<h1><a href="index.html" class="h_mallocd">: mallocd :</a></h1>
</header>
<nav id="side-bar">
{{NAV}}
</nav>
<article>
{{CONTENT}}
</article>
<footer>
<p>(c) 2025 uint</p>
</footer>
</body>
</html>