0
Then how to add second page like login and register pages?
I want to know how to create a page for login and register buttons https://code.sololearn.com/WBj63dTtnizO/?ref=app
1 Antwort
+ 5
you need to made a new code as the second page here
get the url by opening the new code then tapping three-dot on top-right and tap share then tap copy to clipboard
paste it inside <a> tag like this <a href='the url here'>Log In</a>