summaryrefslogtreecommitdiff
path: root/html-templates/preamble.html
diff options
context:
space:
mode:
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>