BeGPL
New member
- Points
- 33
Here's a quick trick to download any HTML template directly from its demo page:
Simply run the following command in your terminal:
This command will download the entire website, including all HTML, CSS, and JavaScript files. Just replace the URL with the demo link of the template you want, and you'll have the full template on your local machine!
Note: Use this responsibly and only for educational purposes.
Simply run the following command in your terminal:
Code:
wget -rkpN -e robots=off https://demo-egenslab.b-cdn.net/html/triprex/
This command will download the entire website, including all HTML, CSS, and JavaScript files. Just replace the URL with the demo link of the template you want, and you'll have the full template on your local machine!
Note: Use this responsibly and only for educational purposes.