Basic Website Starter

In this folder you'll find all of the files needed for a basic HTML website:

  1. index.html (this file) contains all of the HTML code
  2. styles.css contains all of the CSS styles
  3. scripts.js contains all of the JavaScript code

It also includes two icons, favicon.ico and apple-touch-icon.png which, as long as they're named these particular names and present in the root folder of your website will be found and used automatically - no need for adding anything to our HTML as long as these two files are present.