Newer
Older
vmk-demo-bot / admin / node_modules / browser-sync-ui / static / components / footer.html
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 454 bytes init
<footer bs-footer>
    <p bs-text="copyright">© 2021 -
        <a href="https://browsersync.io">Browsersync.io</a>
    </p>
    <p>
        <a href="https://github.com/BrowserSync/browser-sync/" bs-icon>
            <svg bs-svg-icon><use xlink:href="#svg-github"></use></svg>
        </a>
        <a href="https://twitter.com/browsersync" bs-icon>
            <svg bs-svg-icon><use xlink:href="#svg-twitter"></use></svg>
        </a>
    </p>
</footer>