Advertisement
LuaWeaver

index.html

Dec 25th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4.     <head>
  5.         <script src="C:\Program Files\HP webOS\SDK\share\framework\enyo\1.0\framework\enyo.js" type="text/javascript"></script>
  6.     </head>
  7.     <body>
  8.         <script type="text/javascript">
  9.             new HelloWorld.renderInto(document.body);
  10.         </script>
  11.     </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement