plainoldrecipe/templates/nav.html
2020-08-06 16:07:00 -07:00

6 lines
330 B
HTML

<nav class="nav">
<a href="/">Home</a> |
<a href="/supported-websites">Supported Websites</a> |
<a href="javascript:void(window.open('https://plainoldrecipe.com/recipe?url='+location.href.replace(/%5C/$/,%20'')));">Bookmarklet</a> |
<a href="https://github.com/poundifdef/plainoldrecipe">GitHub</a>
</nav>