diff options
Diffstat (limited to 'example/template.html')
| -rw-r--r-- | example/template.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/example/template.html b/example/template.html index 81f978b..d28721e 100644 --- a/example/template.html +++ b/example/template.html @@ -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>
\ No newline at end of file |
