duanegero / CoachDee-Website

HTML and CSS code for my coaching website
0 stars 0 forks source link

Organize your folder structure of repo #3

Closed elias117 closed 4 months ago

elias117 commented 4 months ago

Your website should have the following folder structure.

CoachDee/
│
├── index.html
│
├── html/
│   ├── html1.html
│   ├── html2.html
│   ├── html3.html
│   └── and_so_on.html
│
├── css/
│   ├── styles.css

You need to have your Home.html which is the page that is shown when we go to the initial website. This is known as the index and needs to be named index.html I also recommend that you place all other webpages inside an HTML directory like shown. You can name them whatever you like I have named them html1 html2, etc.

duanegero commented 4 months ago

Made changes to the files/folders everything should look correct now.