An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# old-browsers
![](http://kni-labs.github.io/old-browsers/img/preview.jpg)

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.