ie11-nagger
v1.0.1
Published
Simple script to nag IE11 users about browser deprecation
Downloads
3
Maintainers
Readme
ie11-nagger
This is a simple script which will remind IE11 users their browser is old.
There is no dependency on Webpack or any other build tool. All you have to do is add the script to your HTML.
Example usage:
!<doctype html>
<html>
<head>
<!-- It also works in the <body> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/ie11-nagger.js"></script>
</head>
</html>