summaryrefslogtreecommitdiffstats
path: root/templates/home.html
blob: f294ea506a44f118bbc4f4f5595c20833aac5b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{{$head := `<link href="/static/home.css" rel="stylesheet">`}}
{{template "header.html" $head}}

<header>
	<img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa">
</header>
<article>
	<p>
	Welcome to Audio Axis!
	</p>
	<p>
	Create playlists. Share the link. Collaborate in real-time.
	</p>
	<p>
	<a href="/create" class="create">Get started</a>
	</p>
	<p>
	Questions? Ask raylu.
	</p>
	<p>
	Also, a special thanks to <a href="http://frost.メイドさん.jp/">Frostbite</a> for his help.
	</p>
</article>

{{template "footer.html"}}