🏷 Add meta tags to header

This commit is contained in:
himynameisdave 2020-08-06 11:31:02 -07:00
parent 194476ca33
commit 31c869ac0e
No known key found for this signature in database
GPG key ID: CF799D9C390BE444

View file

@ -1,5 +1,9 @@
<html>
<head>
<meta charset="UTF-8">
<title>plainoldrecipe.com</title>
<meta name="description" content="Take a recipe website URL and remove the cruft.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0.25in auto;
@ -30,4 +34,4 @@
<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>
</div>
</div>