summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-19 19:25:42 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-19 19:25:42 +0000
commitc9a56407b9d294d72d55bd449ee4f7935ca5ce44 (patch)
treed760d9e347154904da21c372fbcaa3971741f3d5 /example
parent6c6da4ffbafd745ffb6a7b9ed6cef19e9536d296 (diff)
update example site
Diffstat (limited to 'example')
-rw-r--r--example/index.md (renamed from example/home.md)0
-rw-r--r--example/template.html29
2 files changed, 29 insertions, 0 deletions
diff --git a/example/home.md b/example/index.md
index 9661d91..9661d91 100644
--- a/example/home.md
+++ b/example/index.md
diff --git a/example/template.html b/example/template.html
new file mode 100644
index 0000000..81f978b
--- /dev/null
+++ b/example/template.html
@@ -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>