Closed daniellionel01 closed 1 month ago
Usually you want these links to open in a new tab, so that you dont navigate away from localhost when starting up the project.
So I added target="_blank" to all ankers on the starting page.
target="_blank"
Thank you but I believe this is fine as is. Someone can equally dislike when something opens up in a new tab and they didn't want to. I can press cmd if I want to get a new tab. Thank you.
Ok :)
Usually you want these links to open in a new tab, so that you dont navigate away from localhost when starting up the project.
So I added
target="_blank"
to all ankers on the starting page.