aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-30 20:38:33 +0200
committerVictor Häggqvist <[email protected]>2014-06-30 20:38:33 +0200
commitb272fe3057bc32ac8c6dc1febcf066083bef422f (patch)
tree503852ce63a462cb10bdee3998f1eb64feea6714
parent84eaf32f9849557cd907d32a3ec469b112c70595 (diff)
rm cuz no https
-rw-r--r--app.css6
-rw-r--r--index.html3
2 files changed, 1 insertions, 8 deletions
diff --git a/app.css b/app.css
index 5ade0b8..0a5ecdf 100644
--- a/app.css
+++ b/app.css
@@ -34,9 +34,3 @@ pre {
text-align: left;
border: 0 !important;
}
-
-iframe {
- display: block;
- margin: 0 auto;
- width: 80px;
-}
diff --git a/index.html b/index.html
index bc2a9f7..0ba91ea 100644
--- a/index.html
+++ b/index.html
@@ -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&amp;repo=lastcommit&amp;type=watch&amp;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>