summaryrefslogtreecommitdiff
path: root/html-templates/preamble.html
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-31 22:29:09 +1000
committerYuchen Pei <hi@ypei.me>2021-08-31 22:29:09 +1000
commit62c70bac393768caf6c4d99ddbde164c904642a7 (patch)
tree89eec8488246e8abd34af03c2bc39315516b09c5 /html-templates/preamble.html
parentf33c630e887ba57e7927dca3ac127f709ae60900 (diff)
Added preamble, past and upcoming
Diffstat (limited to 'html-templates/preamble.html')
-rw-r--r--html-templates/preamble.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/html-templates/preamble.html b/html-templates/preamble.html
new file mode 100644
index 0000000..f7f1c98
--- /dev/null
+++ b/html-templates/preamble.html
@@ -0,0 +1,6 @@
+<header>
+ <p id="logo">LibreAustralia</p>
+ <p id="nav">
+ <a href="/">About</a><a href="/upcoming.html">Upcoming Events</a><a href="/past.html">Past Events</a>
+ </p>
+</header>