HTML Layout
<!DOCTYPE html> <html> <body> <header> <h1>Hyring</h1> </header> <nav> <a href="#">Home</a> <a href="#">Jobs</a> <a href="#">About</a> </nav> <main> <h2>Find your next role</h2> <p>Browse open positions across top companies.</p> </main> <footer> <p>Contact: hello@hyring.com</p> </footer> </body> </html>