So here goes, i have a website that is stored in a .html file in the data folder on SPIFFS of an ESP8266, the ESP loads the web page and displays it perfectly however i have information within a JSON file that i read from and POST data to from various forms i then extract this data and wish to display it in plain text on the website.
I have data included connection status and information that i will want to display in a table, it doesn't need to update and can stay as it is until the page is refreshed so im not worried about using AJAX.
What is the most simplistic approach to displaying data on a web page, bare in mind its stored as a file so my
+String(Random(0, 255))
Regards, Chris.