This repository has been archived on 2023-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
newtabber/template/link.html

7 lines
245 B
HTML

<a href='{{url}}' title='{{title}}'>
<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='{{viewBox}}'>
{{icon}}
</svg>
<span>{{title}}</span>
</a>