Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created February 23, 2017 13:20
Show Gist options
  • Save jimmy89Li/94f155725d04ad091385fad7ed61fb8c to your computer and use it in GitHub Desktop.
Save jimmy89Li/94f155725d04ad091385fad7ed61fb8c to your computer and use it in GitHub Desktop.
Redirect website to another domain
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
window.location="http://liviusimion.com";
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment