How to add a subpage?

In my project I have index.html and versions.html

I want people to be able to do myproject.glitch.me/versions.html

I’ve tried <a href="versions.html">Versions</a>

but when I go on it, it says Cannot get /versions.html

Can anyone help?

Hi @ClinkMakesGames,

there are various ways to do this. The easiest is the following: create a file named public/versions.html. That link will now work :slight_smile:

Let us know if you have further issues :slight_smile:

1 Like