How do I switch to an html file and show it?

image

1 Like

Hi @Dionco_Evans, welcome!

I guess when you go to your site, it shows the contents of index.html, right?

You can make links on your index page to your other pages like this:

<a href="wireframe.html">Go to Wireframe</a>

When you click it, the url in your browser will change and you should see the content of that page instead.

To help more, let us know the name of your project so we can take a look :relaxed:

Hope it helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.