24 lines
475 B
HTML
24 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Unsupported Browser</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Unsupported Browser</h1>
|
|
|
|
<p>
|
|
Internet Explorer has been withdrawn and is no longer in use or supported.
|
|
</p>
|
|
|
|
<p>
|
|
Please upgrade to a modern browser such as Chrome, Firefox, Safari, Edge, etc.
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html> |