diff options
author | raylu <raylu@mixpanel.com> | 2011-08-31 00:27:07 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-31 00:27:07 -0700 |
commit | a6b266a2e68af686c96890fd341953bdb1bff481 (patch) | |
tree | 27f1aa43571f99d6946b837e90d2ec9b4bbd5b6b /templates | |
parent | 569d9165efbd1aeef7238ae4166160865f75377c (diff) | |
download | audioaxis-a6b266a2e68af686c96890fd341953bdb1bff481.tar.xz |
add link to Frostbite's site
Diffstat (limited to 'templates')
-rw-r--r-- | templates/home.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index 6069675..f294ea5 100644 --- a/templates/home.html +++ b/templates/home.html @@ -12,11 +12,14 @@ Create playlists. Share the link. Collaborate in real-time. </p> <p> - <a href="/create">Get started</a> + <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"}} |