Open nfreear opened 8 years ago
From — static/src/index.html:
static/src/index.html
<!doctype html><html> … <!--[if lte IE 8]> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.nquire-it.org/ie8.htm"> <![endif]--> … </html>
To:
<!doctype html><html> … <!--[if lte IE 8]> <script> window.location = './ie8.htm'; </script> <![endif]--> … </html>
[iet:5559787]
From —
static/src/index.html
:To:
[iet:5559787]