OK, I’m gona take a wild guess that your trying to make a theme, but I can’t see any more of your file structure.. WordPress doesn’t work with HTML files. They need to be PHP.
Your index.php file in the root directory will be applied to every single page you make using the CMS.
OK, I’m gona take a wild guess that your trying to make a theme, but I can’t see any more of your file structure.. WordPress doesn’t work with HTML files. They need to be PHP.
Your index.php file in the root directory will be applied to every single page you make using the CMS.
If you want to make a template that is selectable from WordPress then you need to read this. https://developer.wordpress.org/themes/template-files-section/page-template-files/