I want to show txt files in HTML files. I find a simple way that is to use iframe tag of html
<iframe src="test.txt" style="width:100%; height:100%;" frameborder="0" scrolling="auto"/>
But it's not friendly to user. Is there any other better ways.