前端代码
This commit is contained in:
13
node_modules/browser-sync-ui/static/components/footer.html
generated
vendored
Normal file
13
node_modules/browser-sync-ui/static/components/footer.html
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<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>
|
Reference in New Issue
Block a user