diff options
Diffstat (limited to '')
-rw-r--r-- | app.css | 6 | ||||
-rw-r--r-- | index.html | 3 |
2 files changed, 1 insertions, 8 deletions
@@ -34,9 +34,3 @@ pre { text-align: left; border: 0 !important; } - -iframe { - display: block; - margin: 0 auto; - width: 80px; -} @@ -20,8 +20,7 @@ <p>The code above will, when included on a webpage show the last commit made by the provided user.</p> <p>It's not smart enough to filter out commits by others in a repository on the users account.</p> - <iframe src="http://ghbtns.com/github-btn.html?user=victorhaggqvist&repo=lastcommit&type=watch&count=true" - allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> + <p><a href="https://github.com/victorhaggqvist/lastcommit">Fork on github</a></p> <p>Thank you</p> <p><a href="http://twitter.com/victorhggqvst">Victor</a></p> |