diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-19 19:42:26 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-19 19:42:26 +0000 |
| commit | c96f13ace416d477da11179cac3bbb39dd57751d (patch) | |
| tree | eeaefe34329838803e1da907885489e112909fa0 /example/template.html | |
| parent | e6f9c4b1ed1990ccc8f632b569eb81dd933f8d8e (diff) | |
add style, make template paths absolute
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 |
