├── .gitignore ├── LICENSE ├── README.md ├── css └── style.css ├── index.html └── js └── index.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coltaemanuela/FireEdit/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coltaemanuela/FireEdit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coltaemanuela/FireEdit/HEAD/README.md -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coltaemanuela/FireEdit/HEAD/css/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coltaemanuela/FireEdit/HEAD/index.html -------------------------------------------------------------------------------- /js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coltaemanuela/FireEdit/HEAD/js/index.js --------------------------------------------------------------------------------