1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-30 21:20:20 +02:00

remove border from iframe

This commit is contained in:
Danny van Kooten
2023-10-09 20:22:17 +02:00
parent d22ec7c708
commit 8b920941af

View File

@@ -22,7 +22,7 @@
{{ content }}
</section>
<footer>
<iframe src="{{ '/github-stars.html?user=dannyvankooten&repo=altorouter&type=watch&count=true' | relative_url }}" allowtransparency="true" width="120px" height="20px" style="margin-bottom: 20px;"></iframe>
<iframe src="{{ '/github-stars.html?user=dannyvankooten&repo=altorouter&type=watch&count=true' | relative_url }}" allowtransparency="true" frameborder="0" scrolling="0" width="120px" height="20px" style="margin-bottom: 20px;"></iframe>
<p>This project is maintained by <a href="https://github.com/dannyvankooten">dannyvankooten</a></p>
<p><small>Hosted on GitHub Pages<br />Theme by <a rel="nofollow" href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>