✅ 1. Create a GitHub Account and New Repository
🔹 Step-by-step:
- Go to https://github.com and sign in or create an account.
- Click the "+" icon (top right) → New repository.
- Name your repository (e.g.,
my-website or Xavier-Techsite).
- Choose Public (so the world can see your website).
- Do not check "Initialize with README" (optional).
- Click Create repository.
✅ 2. Upload Your Website Files (Using GitHub File Upload)
🔹 What you need:
index.html (your main webpage)
styles.css (external CSS for styling)
favicon.ico or favicon.png (your icon)
🔹 Upload process:
- On your new repository page, click "Add file" → "Upload files".
- Drag and drop your
index.html, styles.css, and favicon.ico files.
- Click Commit changes at the bottom to upload.
You can repeat this anytime you want to update your site manually.