UNPKG

node-firefox-launch-app

Version:
28 lines (21 loc) 651 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1"> <title>node-firefox-install-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-install-app</tt></h1> <p>This is a simple test app for demonstrating how to use this module.</p> </body> </html>