Skip to content

Instantly share code, notes, and snippets.

@hiilppp
Created January 4, 2014 14:23

Revisions

  1. hiilppp created this gist Jan 4, 2014.
    14 changes: 14 additions & 0 deletions redirect_to_pythonista.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="refresh" content="0; pythonista://foo.py&action=run&argv=bar"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script language="JavaScript">
    setTimeout("self.close()", 500);
    </script>
    </head>

    <body>
    Redirecting to Pythonista&#8230;
    </body>
    </html>