add img close tag

This commit is contained in:
小老弟啊
2019-04-03 09:08:33 +08:00
committed by GitHub
parent fd4369b667
commit 5f254446d2

View File

@@ -3,7 +3,7 @@ Add a badge
Add a badge to your awesome project by pasting this line in your README.md. Add a badge to your awesome project by pasting this line in your README.md.
```html ```html
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a> <a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
``` ```
or equivalent Markdown code or equivalent Markdown code
@@ -11,7 +11,7 @@ or equivalent Markdown code
```markdown ```markdown
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) [![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
``` ```
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a> <a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
Add License Add License
--- ---