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 + Website: + + https://img.shields.io/website-up-down-green-red/http/shields.io.svg +

Version

@@ -1021,6 +1025,48 @@ is where the current server got started. https://img.shields.io/vso/build/TEAM_NAME/PROJECT_ID/BUILD_DEFINITION_ID.

+
+

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/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 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:
+
+ + +

+

[OPTIONS] can be: +

+
+ + + +
Dashes -- + → + - Dash +
Underscores __ + → + _ Underscore
+
_ or Space   + → +   Space +
+

+ diff --git a/try.html b/try.html index af5ca69..81e3965 100644 --- a/try.html +++ b/try.html @@ -388,7 +388,7 @@ Pixel-perfect   Retina-ready   Fast   Consistent   Hackable https://img.shields.io/chrome-web-store/d/nimelepbpejjlbmoobocpfnjhihnpked.svg Website: - + https://img.shields.io/website-up-down-green-red/http/shields.io.svg @@ -1026,18 +1026,18 @@ is where the current server got started.

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:
+