A basic baseline template for quick HTML / CSS / JavaScript development.
NOTE: If you are using this for quick solution to help others and students, possibly look at using the first template (ID: 0) in this series which doesn't make use of nested folders: Template_HCJ_0_No_Folders
- Files are nested in folders.
- HTML base file (index.html)
- CSS Stylesheet (style.css)
- JavaScript file (script.js)
project
│ index.html
│ README.md
│
└───Assets
│
└───Scripts
| │ script.js
|
└───Stylesheets
│ style.cs