about.html 528 B

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