Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 541 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 541 Bytes

Really simple Firefox OS App template

This is a really simple Firefox OS app template.

Files:

  • index.html : this is the main file for you app. It holds all the HTML elements.
  • manifest.webapp : this specifies the name and author of your app.
  • css/base.css : if you're comfortable with CSS you can style your elements in this file
  • js/base.js : this holds the code for the install button.
  • js/webapp.js : if you want to add some dynamic functions to your app, you can code some JavaScript in this file!