File size: 349 Bytes
742f273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>

<script type="text/javascript">

function detectBrowser()
{
    var slashIndex = window.location.href.lastIndexOf("/");
    var cropped = window.location.href.slice(0,slashIndex+1);

    window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html");
}

</script>

<body bgcolor="black" onload="detectBrowser()">
</body>

</html>