Skip to content

Instantly share code, notes, and snippets.

@mds
Created March 5, 2015 16:42
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save mds/05bc536f2ba41d0b543f to your computer and use it in GitHub Desktop.
Save mds/05bc536f2ba41d0b543f to your computer and use it in GitHub Desktop.
A Simple JS Redirect
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Replace with your own title -->
<title>Your Project's Title</title>
<script>
// Add your own shareable dropbox link
window.location.replace("https://www.dropbox.com");
</script>
</head>
<body>
<!-- Español not required -->
<p>Redirecting you to Dropbox. Un momento, por favor.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment