cootook / project

Learn by doing project for everybody
MIT License
0 stars 0 forks source link

Refactor. Separate html, js, css #21

Closed cootook closed 8 months ago

cootook commented 8 months ago

Put Javascript, HTML and SCC in separate files

7

The best practice for web app is to keep Javascript, HTML and CSS in separate files.

It is easier to maintain or to update. Nothing can be lost in a case of replacing templates.

Just cut and paste the code, than link it to a template.

Minimum manual.

Refactor done by @isaiahthedev, files checked by @cootook