Skip to content

Commit

Permalink
IE8=> Banner
Browse files Browse the repository at this point in the history
Displays a banner for users to upgrade their browsers if they're using IE8 or earlier.
  • Loading branch information
urras committed Mar 10, 2015
1 parent 21cdb96 commit c641e12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!--[if lte IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- TITLE -->
<title>Tox Messenger</title>

Expand Down

0 comments on commit c641e12

Please sign in to comment.