home.html 545 B

12345678910111213141516171819202122232425
  1. {{$head := `<link href="/static/home.css" rel="stylesheet">`}}
  2. {{template "header.html" $head}}
  3. <header>
  4. <img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa">
  5. </header>
  6. <article>
  7. <p>
  8. Welcome to Audio Axis!
  9. </p>
  10. <p>
  11. Create playlists. Share the link. Collaborate in real-time.
  12. </p>
  13. <p>
  14. <a href="/create" class="create">Get started</a>
  15. </p>
  16. <p>
  17. Questions? Ask raylu.
  18. </p>
  19. <p>
  20. Also, a special thanks to <a href="http://frost.メイドさん.jp/">Frostbite</a> for his help.
  21. </p>
  22. </article>
  23. {{template "footer.html"}}