Advertisement
LeBizu2561

Hrml

Sep 20th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>RAFLI BERKAH SHOP</title>
  8. <link rel="stylesheet" href="style.css">
  9. <link rel="stylesheet" type="text/css"
  10. href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <!--header-->
  16. <div class="medsos">
  17. <div class="container">
  18. <ul>
  19. <li><a href="https://shopee.co.id/rafliberkahshop2"><i class="fa-brands fa-shopify"></i></a></li>
  20. <li><a href=""><i class="fa-brands fa-instagram"></i></a></li>
  21. <li><a href="https://www.tokopedia.com/rafliberkahshop3"><i class="fa-brands fa-instagram"></i></a></li>
  22. </ul>
  23. </div>
  24. </div>
  25. <header>
  26. <div class="container">
  27. <img src="WhatsApp Image 2022-09-20 at 22.39.59.jpeg">
  28. <h1><a href="index.html">RAFLI BERKAH SHOP</a></h1>
  29. <ul>
  30. <li class="active"><a href="index.html">Home</a></li>
  31. <li><a href="Profile.html">Profile</a></li>
  32. <li><a href="produc.html">Produc</a></li>
  33. <li><a href="Karya.html">Karya</a></li>
  34. <li><a href="Gallery.html">Gallery</a></li>
  35. <li><a href="contact.html">Contact</a></li>
  36. </ul>
  37. </div>
  38. </header>
  39. </body>
  40.  
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement