Base files for a quick HTML project. Find/Replace "HTMLbase" in index.html and give it your project name. Don't forget to delete the stuff you dont need in the index.html header.
HTMLbase/
├── css/
│ ├── bootstrap.css
│ ├── style.css
└── fonts/
│ └── ...
└── images/
│ └── favicon
│ └── ...
└── js/
│ ├── bootstrap.js
│ └── jquery-3.1.1.min.js
└── index.html