diff options
| author | frosty <frosty@illegalfirearms.store> | 2025-12-28 03:26:05 -0500 |
|---|---|---|
| committer | frosty <frosty@illegalfirearms.store> | 2025-12-28 03:26:05 -0500 |
| commit | 4af132cf6adeeeeb5d6764c378bec2d05cad042f (patch) | |
| tree | e422cff2831424775ba5c20196064f94cbe1e5c3 /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.html | 8 |
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> |
