
Octo.CSS
Minimalistic "Fork me on GitHub"
Just include "octo.css" in <head></head> tag:
<head>
...
<link rel="stylesheet" type="text/css" href="octo.css">
...
</head>
</head>
Now, use the <github> tag anywhere in your code:
For top-right use:
<github class="octo-right"><img src="github.svg"></github>
For top-left use:
<github class="octo-left"><img src="github.svg"></github>