Last active
March 22, 2020 04:40
-
-
Save hiroshi/f1e30be303bd5467625665e0e4c5b1e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h2>img - link won't work</h2> | |
<img src="https://img.shields.io/badge/Google-brightgreen.svg?link=http://google.com"> | |
<h2>object - link works</h2> | |
<object data="https://img.shields.io/badge/Google-brightgreen.svg?link=http://google.com" type="image/svg+xml"> | |
</object> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment