my app was developed in Vue and currently it doesn't work great in IE11 and old edge, I can render a "please update your browser screen" on edge because the app will load somewhat, however IE11 just shows a blank screen.
How can I check to see if the user is on IE11 and then just render a plain HTML/CSS page that asks them to update their browser?