Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.38 KB

Dump Repository

Welcome to the Dump repository! This repository is where I upload randomly generated webpages using HTML, CSS, and JavaScript. Additionally, I organize folders for the certificate courses I am learning and store bunches of code snippets.

How to Use

  1. Clone the repository to your local machine:

    git clone https://github.com/gaureshpai/dump.git
  2. Navigate into the project directory:

    cd dump
  3. Open any of the generated websites in your browser:

    • Open index.html in your browser to view the main page.
    • Explore other HTML files in the repository for more generated websites.

What's Inside

This repository contains the following files and directories:

  • files: Individual files that have all the dump websites.
  • index.html: The main HTML file for the default website.
  • styles.css: The CSS file for styling the websites.
  • script.js: The JavaScript file for adding interactivity to the websites.
  • assets/: Directory containing any additional assets such as images or fonts used in the websites.

Feel free to explore and modify the files to create your own randomly generated websites!

About

This project is created and maintained by Gauresh. If you have any questions or suggestions, feel free to open an issue.

Happy coding!