Elevate-labs-Task-6-

Task 6 - Host a Static Website with GitHub Pages

📌 Objective

Deploy a simple static HTML website using GitHub Pages.

🛠 Tools Used

🚀 Steps Followed

  1. Created a static website with HTML, CSS, and JavaScript.
  2. Pushed all project files to the docs folder in the GitHub repository.
  3. Enabled GitHub Pages in Settings → Pages.
  4. Selected master branch and /docs folder as the source.
  5. Verified the website using the live link provided by GitHub Pages.

🔗 Live Website

View Website
(Replace REPO-NAME with your actual repository name)

📂 Repository Structure