Created
January 4, 2014 14:23
Revisions
-
hiilppp created this gist
Jan 4, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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… </body> </html>