1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Harn app sandbox</title> <style> __HARN_APP_STYLE__ </style> </head> <body> <iframe id="view" title="Harn app content" sandbox="allow-scripts allow-downloads" ></iframe> <script> __HARN_APP_SCRIPT__; </script> </body> </html>