summaryrefslogtreecommitdiffstats
path: root/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html
new file mode 100644
index 0000000..7e7e9e3
--- /dev/null
+++ b/templates/home.html
@@ -0,0 +1,10 @@
+{{template "header.html"}}
+
+<header>
+ <img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa">
+</header>
+<article>
+ Welcome to Audio Axis!
+</article>
+
+{{template "footer.html"}}