diff options
Diffstat (limited to 'debug.html')
-rw-r--r-- | debug.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debug.html b/debug.html new file mode 100644 index 0000000..0fa496e --- /dev/null +++ b/debug.html @@ -0,0 +1,19 @@ +<!doctype html> +<html> + <head> + <title>Enyo Bootplate App</title> + <link rel="shortcut icon" href="assets/favicon.ico"> + <!-- --> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="viewport" content="width=device-width initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> + <!-- enyo (debug) --> + <script src="enyo/enyo.js"></script> + <!-- application (debug) --> + <script src="source/package.js" type="text/javascript"></script> + </head> + <body class="enyo-unselectable"> + <script> + new App().write(); + </script> + </body> +</html> |