If I have an HTML template called 00.html and the code on the template is <img src="00.jpg">
Is there an easy way to generate multiple pages named
01.html with the code <img src="01.jpg">
02.html with the code <img src="02.jpg">
???
Is there an easy way to generate multiple pages named
01.html with the code <img src="01.jpg">
02.html with the code <img src="02.jpg">
???





Comment