summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-09 23:24:25 -0700
committerraylu <raylu@mixpanel.com>2011-08-10 00:57:43 -0700
commit7fa87d8daae7c62c9e3c66426baabd2f0122b13a (patch)
tree0d2dddc5d58ca17457b2cef21225dd9ceac9e71c /templates
parent163983e794867d6099908ade5649e51bc4c00f7b (diff)
downloadaudioaxis-7fa87d8daae7c62c9e3c66426baabd2f0122b13a.tar.xz
add some content to homepage
Diffstat (limited to 'templates')
-rw-r--r--templates/home.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html
index bdc01b5..6069675 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -1,10 +1,22 @@
-{{template "header.html" ""}}
+{{$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"}}