How to properly organize the business card site file architecture?

So? -

/js /img /css index.html contacts.html about.html 

or so? -

 /js /img /css index.html /about/index.html /contacts/index.html 

I can not decide which one to use, maybe some of you will advise, explain.

  • It depends on what links you want to see site.com/contact.html or site.com/contact/ Everything else - it doesn’t matter if the project was large, it would be used by the UCM. - SilverIce
  • Will your site be in pure HTML + JS? - Fucking Babai
  • Yes, in pure HTML + CSS + JS - sergeivisotsky

1 answer 1

for business cards, index.html with built-in styles is enough, IMHO ...