I successfully set up the esp8266 fastled webserver and found this thumbnail of a

I successfully set up the esp8266 fastled webserver and found this thumbnail of a different interface. How do you access this page?

https://github.com/jasoncoon/esp8266-fastled-webserver/blob/master/web-app-simple-thumb.png

There should be a link to it in the top nav bar. It’s http://ip/http://simple.htm

@Jason_Coon Trying that I get
Not found: /simple.htm

Maybe I missed a step?

That page was added in v1.1, and has since been merged to the master branch. Make sure to pull/download the latest code, compile and upload the sketch, and upload the data files.

Thank you, I will try that. Is there a way to link multiple esp8266 boards and control all of them using fast led over wifi? I am looking to make all of them change colors together.

Thank you for your help, I got the new code uploaded and it is working. I am trying to integrate the Adafruit genesis/supernova poi code to work in this sketch. I am working on merging the adafruit supernova code and everything compiled in arduino and uploaded. The sketch still works as expected until I call the supernova code part. I am trying to figure out this code and how to add to it. Would the wifi timing be an issue using the genesis/supernova code be an issue? Im sure I may have made mistakes in the attempt to merge the two codes.