update example site
This commit is contained in:
parent
6c6da4ffba
commit
c9a56407b9
2 changed files with 29 additions and 0 deletions
29
example/template.html
Normal file
29
example/template.html
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<!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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue