npm install github-corners

Embed script for Tim Holman's Github Corners.
Include the embed script from the unpkg CDN in your page:
``html`
It's recommended that you specify a version or you may experience breaking changes:
`html`
So the GitHub Corner renders on your page. Great! But how do I specify a link?
You can set it using the data-href attribute:
`html`
Now what if I want the link to open in a new tab?
Set data-target to _blank:
`html`
And what if I want to change the color or position of the corner?
You can always override the default styling of the svg:
`html``
See license/acknowledgements from original project.