I have used the Ardunio environment with the ESP8226 and everything works fine.
But I am trying to create more than one page and can not figure it out. For example
The first or index page would just say "Welcome". Then it would have a button on it
that says, "Go to Next Page". When the operator pushes on the button, the second
page will come up that may have other buttons in it.
Anyone knows how to do that? Is there any examples? how do you go back and forth
between pages?
Here is an example that has two pages and links them together. The example uses the aWOT web server library. It is compatible with anything from Arduino Uno to ESP32.