This project is a simple website that demonstrates the use of HTML, CSS, and JavaScript.
my-website
├── src
│ ├── index.html # Main HTML document
│ ├── css
│ │ └── styles.css # Styles for the website
│ └── js
│ └── main.js # JavaScript code for interactivity
├── assets
│ └── fonts # Directory for font files
├── .gitignore # Git ignore file
└── README.md # Project documentation
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd my-website
-
Open
src/index.html
in your web browser to view the website.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.