Build a <nav> containing three links: Home linking to "/", About linking to "/about", and Contact linking to "/contact". Each link's text must match its destination.
Acceptance criteria
- 1.Add a <nav> element.
- 2.Add three links inside the nav.
- 3.The first link should go to "/".
- 4.The second link should go to "/about".