Forum Moderators: phranque
If you simply need to display the text file without any additional formatting, etc. then the easiest way is simply to use an iframe to reference the text file contents:
<iframe src="file.txt" width="150" height="150"></iframe>