Multi page app - refrencing another page from Evothings index.html
Posted: 01:17, 03 Mar 2016
It seems that all your examples are single page app (index.html) only.
Assuming I have an app with two pages: index.html and secondPage.html.
How do I reference the second page that in my Evothings workbench project.
For example the following line is in index.html file:
<a class="click-me" href=" What do I put here to display the secondPage.html page? ">Let's do it</a>
Assuming I have an app with two pages: index.html and secondPage.html.
How do I reference the second page that in my Evothings workbench project.
For example the following line is in index.html file:
<a class="click-me" href=" What do I put here to display the secondPage.html page? ">Let's do it</a>