Task 6 - Host a Static Website with GitHub Pages
📌 Objective
Deploy a simple static HTML website using GitHub Pages.
- HTML
- CSS
- JavaScript
- GitHub Pages
🚀 Steps Followed
- Created a static website with HTML, CSS, and JavaScript.
- Pushed all project files to the
docs
folder in the GitHub repository.
- Enabled GitHub Pages in Settings → Pages.
- Selected
master
branch and /docs
folder as the source.
- 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