Website/slides/cse662fa2017/2017-09-25-Online_Aggregation/index.html
2017-09-25 12:03:08 -04:00

18 lines
349 B
HTML

<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>