document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <head><title>Hello World Firefox OS Style</title>
  3. </head>
  4. <body>
  5.     <h1>Hello World! Mabuhay!</h1>
  6.     <br />
  7.     <form>
  8.     <input type=\'text\' id=\'MyInputText\' value=\'Type Something!\' />
  9.     <button id=\'MyButton\'>Click Here!</button>
  10.    
  11.     <script src="hello.js"></script>
  12.     </form>
  13. </body>
  14. </html>
');