-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinternet_explorer_redirect.html
More file actions
21 lines (21 loc) · 989 Bytes
/
internet_explorer_redirect.html
File metadata and controls
21 lines (21 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/favicon.png" />
<title>Christopher Kyle Horton / IE Not Supported</title>
<meta name="author" content="Christopher Kyle Horton">
<meta name="description" content="Christopher Kyle Horton's personal website.">
</head>
<body>
<h1>Internet Explorer Not Supported</h1>
<p>This site does not support Internet Explorer.</p>
<p>Please download a modern HTML5 browser and come back.</p>
<p>My personal recommendations are:</p>
<ul>
<li><a href="https://www.mozilla.org/firefox/">Mozilla Firefox</a></li>
<li><a href="https://www.microsoft.com/en-us/edge">Microsoft Edge</a></li>
<li><a href="https://www.google.com/intl/en-US/chrome/browser/">Google Chrome</a></li>
</ul>
<p><strong>Note: Microsoft will <a href="https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-end-of-support">end support for Internet Explorer</a> on June 15, 2022.</strong></p>
</body>
</html>