diff --git a/index.html b/index.html index d5b2fab..c6aa072 100644 --- a/index.html +++ b/index.html @@ -388,6 +388,10 @@ Pixel-perfect Retina-ready Fast Consistent Hackable
https://img.shields.io/chrome-web-store/d/nimelepbpejjlbmoobocpfnjhihnpked.svg
https://img.shields.io/website-up-down-green-red/http/shields.io.svg
Dashes --
+ | → + | - Dash
+ |
Underscores __
+ | → + | _ Underscore + |
_ or Space
+ | → + | Space
+ |
The badge is of the form https://img.shields.io/website[OPTIONS]/PROTOCOL/URLREST.svg
,
- the simplest case being https://img.shields.io/website/http/www.website.com.svg
.
+ the simplest case being https://img.shields.io/website/http/example.com.svg
.
More options are described below.
The whole URL is obtained by concatenating the PROTOCOL
(http
or https
, for example)
with the URLREST
(separating them with ://
).
- The existance of a specific path on the server can be checked by appending a path after the domain name, e.g.
+ The existence of a specific path on the server can be checked by appending a path after the domain name, e.g.
https://img.shields.io/website/http/www.website.com/path/to/page.html.svg
.
The URLREST should be URLEncoded: - +
The URLREST should be URLEncoded:
+