aboutsummaryrefslogtreecommitdiff
path: root/examples/template-demo/templates/header.html
diff options
context:
space:
mode:
authorfrosty <frosty@illegalfirearms.store>2025-12-28 03:26:05 -0500
committerfrosty <frosty@illegalfirearms.store>2025-12-28 03:26:05 -0500
commit4af132cf6adeeeeb5d6764c378bec2d05cad042f (patch)
treee422cff2831424775ba5c20196064f94cbe1e5c3 /examples/template-demo/templates/header.html
Migrated from GitHub
Diffstat (limited to 'examples/template-demo/templates/header.html')
-rw-r--r--examples/template-demo/templates/header.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/template-demo/templates/header.html b/examples/template-demo/templates/header.html
new file mode 100644
index 0000000..746cee3
--- /dev/null
+++ b/examples/template-demo/templates/header.html
@@ -0,0 +1,8 @@
+<header style="text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ccc;">
+ <h2 style="color: #34495e;">Beaker Templating Demonstration</h2>
+ <nav>
+ <a href="/" style="margin: 0 15px; text-decoration: none; color: #2980b9; font-weight: bold;">Home</a>
+ <a href="#" style="margin: 0 15px; text-decoration: none; color: #2980b9; font-weight: bold;">Nothing</a>
+
+ </nav>
+</header>