You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <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>
|