diff options
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"}} |