add style, make template paths absolute
This commit is contained in:
parent
e6f9c4b1ed
commit
c96f13ace4
2 changed files with 100 additions and 4 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue