It looks like you accidentally pasted my earlier explanation into `index.html` instead of the actual HTML code. That's why the page displays the instructions. --- ## ✅ Fix it now 1. Open **`lab/Experiment-7/index.html`** in Notepad or VS Code. 2. **Delete everything** in the file. 3. Copy the code block below (only the HTML) and paste it into the file. 4. Save and push. ```html Experiment 7 – CI/CD using Jenkins, GitHub & Docker Hub
← Back to Home
``` --- ## 🚀 Now push again ```powershell git add lab/Experiment-7/index.html git commit -m "Fix Experiment 7 index.html with correct embedded content" git push origin main ``` After the push, the page will display correctly. If you still see the old broken text, do a **hard refresh** (Ctrl+Shift+R) or open in a private/incognito window.