blob: 238e89164e711bf322196d7a9b54adc13a1fc0c8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1">
<title>node-firefox-find-app</title>
<style>
body {
border: 1px solid black;
}
</style>
<!-- Inline scripts are forbidden in Firefox OS apps (CSP restrictions),
so we use a script file. -->
<script src="app.js" defer></script>
</head>
<body>
<!-- This code is in the public domain. Enjoy! -->
<h1><tt>node-firefox-find-app</tt></h1>
<p>This is a simple test app for demonstrating how to use this module.</p>
</body>
</html>