Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 732 Bytes

File metadata and controls

26 lines (18 loc) · 732 Bytes

Frontend Static Website

These are simple static website built using HTML, CSS, and JavaScript. The project demonstrates a clean layout and basic frontend design that can be used as a template or starting point for any small website.

🚀 Features

  • Responsive design using HTML & CSS
  • Basic interactive elements with JavaScript
  • Clean and readable code
  • Easy to customize

🖼️ Customization

You can replace the existing placeholder images with your own.
To do this:

  1. Open the HTML files.
  2. Locate the <img> tags.
  3. Replace the value of the src attribute with the path or URL of your own images.
<!-- Example -->
<img src="your-image.jpg" alt="Description">

Have a great time!