0
votes
How can I use templates to generate static web pages?
Framesets would be the way to do this without any script or serverside influnces.
<frameset rows="100,*,100">
<frame name="header" src="header.html" />
<f …
