about.html 601 B

12345678910111213
  1. <template name="about">
  2. <div class="landing">
  3. {{> header}}
  4. <div class="row">
  5. <div class="about col-md-8 col-md-offset-2">
  6. <h2>About</h2>
  7. <p>Musare is a modern, open-source Music App.</p>
  8. <p>Listen to music in one of the various stations, specific to one genre</p>
  9. <p>Built by <a href="https://github.com/AkiraLaine">@AkiraLaine</a>, <a href="https://github.com/KrisVos130">@KrisVos130</a> and <a href="https://github.com/johand199">@johand199</a></p>
  10. </div>
  11. </div>
  12. </div>
  13. </template>