diff --git a/dist/doc/html.md b/dist/doc/html.md index 3943532db5..76a26f2ac6 100644 --- a/dist/doc/html.md +++ b/dist/doc/html.md @@ -101,12 +101,6 @@ The central part of the boilerplate template is pretty much empty. This is intentional, in order to make the boilerplate suitable for both web page and web app development. -### Browser Upgrade Prompt - -The main content area of the boilerplate includes a prompt to install an up to -date browser for users of IE 9 and lower. If you intended to support IE, then you -should edit or remove the snippet of code. - ## Modernizr HTML5 Boilerplate uses a custom build of Modernizr. diff --git a/dist/index.html b/dist/index.html index d0c69af8a9..0c8e008ec0 100644 --- a/dist/index.html +++ b/dist/index.html @@ -18,9 +18,6 @@ -

Hello world! This is HTML5 Boilerplate.

diff --git a/src/doc/html.md b/src/doc/html.md index 3943532db5..76a26f2ac6 100644 --- a/src/doc/html.md +++ b/src/doc/html.md @@ -101,12 +101,6 @@ The central part of the boilerplate template is pretty much empty. This is intentional, in order to make the boilerplate suitable for both web page and web app development. -### Browser Upgrade Prompt - -The main content area of the boilerplate includes a prompt to install an up to -date browser for users of IE 9 and lower. If you intended to support IE, then you -should edit or remove the snippet of code. - ## Modernizr HTML5 Boilerplate uses a custom build of Modernizr. diff --git a/src/index.html b/src/index.html index 7d4912c7fc..9327570c3a 100644 --- a/src/index.html +++ b/src/index.html @@ -18,9 +18,6 @@ -

Hello world! This is HTML5 Boilerplate.