<!DOCTYPE html><html><head><metacharset="utf-8"><metaname="viewport"content="width=device-width,user-scalable=no,initial-scale=1"><title>Hello World</title><style>body{
border:1px solid black;
}</style><!-- Inline scripts are forbidden in Firefox OS apps (CSP restrictions),
so we use a script file. --><scriptsrc="app.js"defer></script></head><body><!-- This code is in the public domain. Enjoy! --><h1>Hello World</h1></body></html>