Skip to content

Commit

Permalink
chore: remove old-index since IE is no longer supported (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Aug 16, 2022
1 parent 325a98e commit 5ba3a77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 715 deletions.
15 changes: 0 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@
</style>
</head>
<body class="m-4">
<script>
// if we're on IE, load up the load index page
var result = (/MSIE\s(\d+)\.\d/).exec(navigator.userAgent);
var version = result && parseFloat(result[1]);

if (!version && (/Trident\/7.0/i).test(navigator.userAgent) && (/rv:11.0/).test(navigator.userAgent)) {
// IE 11 has a different user agent string than other IE versions
version = 11.0;
}

if (version) {
window.location.href = './old-index.html';
}
</script>

<header class="container-fluid">
<a href="https://github.com/videojs/http-streaming" class="d-flex align-items-center pb-3 mb-5 border-bottom" style="height: 4em">
<img src="./logo.svg" alt="VHS logo showcasing a VHS tape with the Video.js logo on the label" class="rounded mh-100">
Expand Down
150 changes: 0 additions & 150 deletions old-index.html

This file was deleted.

Loading

0 comments on commit 5ba3a77

Please sign in to comment.