footer.html 574 B

12345678910111213141516
  1. <footer bs-footer>
  2. <p bs-text="copyright">© 2016 -
  3. <a href="http://browsersync.io">Browsersync.io</a>
  4. </p>
  5. <p>
  6. <a href="https://github.com/Browsersync/UI/" bs-icon>
  7. <svg bs-svg-icon><use xlink:href="#svg-github"></use></svg>
  8. </a>
  9. <a href="https://twitter.com/browsersync" bs-icon>
  10. <svg bs-svg-icon><use xlink:href="#svg-twitter"></use></svg>
  11. </a>
  12. <a href="http://www.wearejh.com" bs-icon>
  13. <svg bs-svg-icon><use xlink:href="#svg-jh"></use></svg>
  14. </a>
  15. </p>
  16. </footer>