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.
-
Clone the repository to your local machine:
git clone https://github.com/gaureshpai/dump.git
-
Navigate into the project directory:
cd dump
-
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.
- Open
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!
This project is created and maintained by Gauresh. If you have any questions or suggestions, feel free to open an issue.
Happy coding!