Advertisement
stsp93

Untitled

Sep 21st, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 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>Restaurant Menu</title>
  8.     <link rel="stylesheet" href="style.css" />
  9.  
  10. </head>
  11. <body>
  12.     <article>
  13.         <h1>New Restaurant Menu</h1>
  14.         <span>On average, guests will only look at a menu for 109 seconds.</span>
  15.         <p>
  16.             Restaurant menu design is part science, part creativity. A well-planned
  17.             menu design is key to providing the best experience for them and the
  18.             best sales for you. Let's talk about what takes a menu from good to
  19.             great.
  20.         </p>
  21.     </article>
  22.   </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement