UNPKG

ares-ide

Version:

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

24 lines (23 loc) 752 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>AresWithTest</title> <!-- --> <script src="../../enyo/enyo.js" type="text/javascript"></script> <!-- --> <script src="../../node_modules/less/dist/less-1.3.3.min.js" type="text/javascript"></script> <!-- --> <script src="../../ares/package.js" type="text/javascript"></script> <!-- --> <script src="package.js" type="text/javascript"></script> <!-- --> </head> <body class="enyo-unselectable"> <script type="text/javascript"> new Ares.TestRunner().renderInto(document.body); </script> </body> </html>