home.html 421 B

12345678910111213141516171819202122
  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">Get started</a>
  15. </p>
  16. <p>
  17. Questions? Ask raylu.
  18. </p>
  19. </article>
  20. {{template "footer.html"}}