How do I add more pages to my website?
How do I add more pages to my website?
PYer
You can right click on the add file button. It should appear in the file tree section area, on top. You then choose the name of the file, and press enter. The file is then created. If you want to use html to link it to that page, you can do:
<a href='the-new-html-file.html' class='css-class'>Click me to got to the new file!</href>
Please upvote if you found this useful. Thanks!
nrajan9274
i dont no
optimistguy
well, think off more ideas. Like a blog,...
Add more html files down the side like done so in this repl. Then put the link somewhere in your original website and you're good to go!
Please upvote if this helped!
@JackYOUNG4
@John_WardWard thanks man !
@John_WardWard how do i do the link thing