blob: 606967539c13c809190a6cbb14e21a0b8f109076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{{$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">Get started</a>
</p>
<p>
Questions? Ask raylu.
</p>
</article>
{{template "footer.html"}}
|