Skip to content

Instantly share code, notes, and snippets.

@mds
Created March 5, 2015 16:42
Show Gist options
  • Save mds/05bc536f2ba41d0b543f to your computer and use it in GitHub Desktop.
Save mds/05bc536f2ba41d0b543f to your computer and use it in GitHub Desktop.

Revisions

  1. mds created this gist Mar 5, 2015.
    16 changes: 16 additions & 0 deletions dropbox-redirect.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    <!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>