1
0
mirror of https://github.com/kidoman/embd synced 2024-06-15 15:19:52 +02:00

correct the github button iframe url

This commit is contained in:
Karan Misra 2014-04-16 14:36:32 +05:30
parent c33d00617b
commit 5a7a48dd95

View File

@ -40,9 +40,9 @@
<a href="http://godoc.org/github.com/kidoman/embd" class="btn-side">Docs</a> <a href="http://godoc.org/github.com/kidoman/embd" class="btn-side">Docs</a>
<p class="hs-disclaimer"> <p class="hs-disclaimer">
<iframe src="http://ghbtns.com/github-btn.html?user=kidoman&repo=embd&type=watch&count=true" <iframe src="github-btn.html?user=kidoman&repo=embd&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=kidoman&repo=embd&type=fork&count=true" <iframe src="github-btn.html?user=kidoman&repo=embd&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe> allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
</p> </p>
</form> </form>