I’m trying to find out how to load and render a basic HTML file so I don’t have to write code like:
response.write('...<p>blahblahblah</p>...');
I’m trying to find out how to load and render a basic HTML file so I don’t have to write code like:
response.write('...<p>blahblahblah</p>...');