blob: 736382c9228a1d0aed7053a99f4539d630d471ae [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-uninstall-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-uninstall-app</tt></h1>
<p>This is a simple test app for demonstrating how to use this module.</p>
</body>
</html>