https://github.com/kni-labs/old-browsers
:umbrella: To be served when the user doesn't have a current browser (via conditional comments).
https://github.com/kni-labs/old-browsers
Last synced: 4 months ago
JSON representation
:umbrella: To be served when the user doesn't have a current browser (via conditional comments).
- Host: GitHub
- URL: https://github.com/kni-labs/old-browsers
- Owner: kni-labs
- License: other
- Created: 2015-10-20T03:06:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T14:49:50.000Z (over 9 years ago)
- Last Synced: 2025-01-26T07:05:38.641Z (5 months ago)
- Language: HTML
- Homepage: http://kni-labs.github.io/old-browsers/
- Size: 358 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# old-browsers
To be served (via conditional comments) when the user doesn't have an updated browser. Like [browsehappy.com](http://browsehappy.com), but locally.
### Why?
Because people using old browsers* should have a frictionless way to upgrade.- 1,887 bytes
- single line using conditional comments
- no redirecting to a 3rd party site
- browser logos served from CDN### Usage
Place this directly under body tag:```html
```
(Feel free to change `[if lt IE 9]` to whatever lowest browser you are supporting.)> [View demo](http://kni-labs.github.io/old-browsers/)
Icons via [https://github.com/alrra/browser-logos](https://github.com/alrra/browser-logos)
*Let's be real – we're talking about IE here.