Webserver loading html file

Hi,is there anyone have an example of how I can run a html file in webserver on arduino ??? I need to run a html file and show the results in a LCD....Is there any example ??? thanks.

I need to run a html file

You might be able to display an html file. Html files are not executable, so you can't "run" one.

There are examples, in the Ethernet library folder, of the Arduino as a server.