All LabVIEW Real-Time targets have a built-in web server which can be enabled as described in the help
here. The web server will publish your HTML files in the root of the server which by default is "
c:\ni-rt\system\www". There should be some default files there too so you should be able to just enable the web server and access it by pointing your browse to "http://<target IP or DNS name>" which would give you the index.html. Most of the time people take advantage of the
Remote Panels feature to show a live VI running, however you could have your VI programatically update an HTML file as well.
-JR A.