Advertisement
Patrikrizek

lesson-6-contact-us-in-class

Nov 21st, 2022
923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>Document</title>
  8. </head>
  9. <body>
  10.     <h1>Contact us</h1>
  11.     <a href="/lesson-6/index.html">Home page</a>
  12.     <a href="/lesson-6/contact-us.html">Sub page (contact us)</a>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement