summaryrefslogtreecommitdiffstats
path: root/templates/home.html
blob: 7e7e9e3f6517cc4bd26f4cffdbdca68663706594 (plain)
1
2
3
4
5
6
7
8
9
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"}}