Skip to content

Instantly share code, notes, and snippets.

@YoukouTenhouin
Created June 16, 2013 05:15
Show Gist options
  • Select an option

  • Save YoukouTenhouin/5790855 to your computer and use it in GitHub Desktop.

Select an option

Save YoukouTenhouin/5790855 to your computer and use it in GitHub Desktop.
跳转
<html>
<head>
<script type="text/javascript">
if(navigator.platform.indexOf("Linux")==0){
window.location.href="http://localhost/linux.html";
} else {
window.location.href="http://localhost/other.html";
}
</script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment