add style, make template paths absolute

This commit is contained in:
uint 2025-12-19 19:42:26 +00:00
commit c96f13ace4
2 changed files with 100 additions and 4 deletions

View file

@ -4,13 +4,13 @@
<meta charset="UTF-8">
<title>{{TITLE}}</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<header>
<h1><a href="index.html" class="h_mallocd">: mallocd :</a></h1>
<h1><a href="/index.html">~example-site</a></h1>
</header>
<nav id="side-bar">
@ -22,8 +22,8 @@
</article>
<footer>
<p>(c) 2025 uint</p>
<p>{{FOOTER}}</p>
</footer>
</body>
</html>
</html>