Advertisement
bebo231312312321

Untitled

Jun 14th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <link rel="stylesheet" href="style.css">
  8.     <title>Contacts Builder</title>
  9. </head>
  10.  
  11. <body>
  12.     <div id="main">
  13.         <article>
  14.             <div class="title">{firstName lastName}<button>&#8505;</button></div>
  15.             <div class="info">
  16.                 <span>&phone; {phone}</span>
  17.                 <span>&#9993; {email}</span>
  18.             </div>
  19.         </article>
  20.     </div>
  21. </body>
  22. <script src="Contact.js"></script>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement