mocksite

Basic Website Project

This project is a simple website consisting of 10 HTML pages that link to each other. Below is a brief overview of the structure and purpose of each page.

Project Structure

basic-website
├── assets
│   ├── css
│   │   └── styles.css
│   ├── js
│   │   └── scripts.js
├── pages
│   ├── about.html
│   ├── contact.html
│   ├── gallery.html
│   ├── home.html
│   ├── news.html
│   ├── portfolio.html
│   ├── pricing.html
│   ├── services.html
│   ├── team.html
│   └── testimonials.html
└── README.md

Pages Overview

Setup Instructions

  1. Clone the repository or download the project files.
  2. Open the basic-website folder in your preferred web browser or local server.
  3. Navigate through the pages using the links provided on each page.

Technologies Used

Feel free to customize the content and styles as needed!