UNPKG

ares-ide

Version:

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

20 lines (19 loc) 515 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>Deimos</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 Deimos({fit: true}).write(); </script> </body> </html>