π§Ύ README.md
This is a simple static website built with HTML, CSS, and JavaScript, and deployed using GitHub Pages. It displays a greeting message and includes a button that shows an alert message when clicked.
. βββ index.html # Main HTML page βββ styles.css # Styling for the page
- Clean and minimal HTML & CSS design
- Responsive layout using Flexbox
- Interactive button powered by JavaScript
- Deployed using GitHub Pages
π View on GitHub Pages
Replace the above link with your actual GitHub Pages URL once deployed.
- Clone the repository:
git clone https://github.com/your-username/your-repository-name.git
Navigate into the project folder: cd your-repository-name Open the index.html file in your browser: Double-click it, or Run: open index.html # macOS start index.html # Windows xdg-open index.html # Linux
π§ How It Works The HTML file defines the page structure. The CSS file styles the layout and button. The JavaScript inside <script> adds interactivity: document.getElementById('whoami').addEventListener('click', () => { alert('Hello from GitHub Pages β¨'); });
πΈ Preview
π©βπ» Author Pooja β¨ DevOps Enthusiast | Cloud Learner | AWS Practitioner π« LinkedIn
πͺͺ License This project is licensed under the MIT License β feel free to use and modify it.
π¬ βEvery great journey begins with a simple βHello Worldβ.β