summaryrefslogtreecommitdiff
path: root/html/header.html
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-18 17:23:39 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-18 17:23:39 -0700
commit94a6551bafd51deb2bfae144336689eb0472abf6 (patch)
tree103db6511e06a43dbc90fc26b89ded9ca519a3d3 /html/header.html
Upload files from test.gnufault.org
Diffstat (limited to 'html/header.html')
-rw-r--r--html/header.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/html/header.html b/html/header.html
new file mode 100644
index 0000000..98036d4
--- /dev/null
+++ b/html/header.html
@@ -0,0 +1,16 @@
+<!-- header.html -->
+<div class="header">
+ <a href="/">
+ <div class="banner">
+ <div class="taya">
+ <img src="/images/logos/taya.gif">
+ </div>
+ <div class="logo">
+ <img src="/images/logos/logo.gif">
+ </div>
+ </div>
+ </a>
+ <nav class="navbar">
+ <p>Hello, world!</p>
+ </nav>
+</div>