Removing the Browser Upgrade Prompt

This commit removes the browser upgrade prompt that we've had in the project for oh so many years.
This commit is contained in:
Rob Larsen
2020-04-14 20:57:03 -04:00
parent 137141307b
commit 23c4112db0
4 changed files with 0 additions and 18 deletions

6
dist/doc/html.md vendored
View File

@@ -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.

3
dist/index.html vendored
View File

@@ -18,9 +18,6 @@
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>

View File

@@ -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.

View File

@@ -18,9 +18,6 @@
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>