What is the purpose of GitHub Pages?

  1. Static website hosting directly from repositories
  2. Database hosting
  3. Email services
  4. Code storage

Explanation

GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files from a repository and publishes them as a website, ideal for documentation and project pages.