pytorch-meetup / index.html
julien-c's picture
julien-c HF staff
Ok should be good now
742f273 verified
<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>