UNPKG

ares-ide

Version:

A browser-based code editor and UI designer for Enyo 2 projects

18 lines (17 loc) 500 B
<!doctype html> <html> <head> <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" /> <!-- --> <title>Phobos</title> <!-- --> <script src="../../enyo/enyo.js" type="text/javascript"></script> <script src="package.js" type="text/javascript"></script> </head> <body> <script type="text/javascript"> new Phobos().renderInto(document.body); </script> </body> </html>