All php files required for a WordPress theme
are usually written in HTML along with few additions of PHP variables. As a matter of fact, PHP is a Hypertext (HTML) Pre-processing language that helps in inducing dynamic aspect in the simpler websites. Here is the core of any wordpress theme website. You can grab all the files into a folder, ZIP the folder uploaded to your wordpress themes. NOTE: CSS an Javascript bootstrap files are not updoaled here. Go to https://getbootstrap.com/ and download it then, move the bootstrap.min.css and bootsrap.min.js to into your zip folder. these two files are already enqueuu in the functions template.