kew-custom/example/template.html
2025-12-19 19:25:42 +00:00

29 lines
382 B
HTML

<!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>