Advertisement
Guest User

Index.html

a guest
Jan 21st, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <link rel="stylesheet" href="style.css">
  7.  
  8. </head>
  9. <body>
  10. <nav>
  11. <ul>
  12.  
  13. <div class="Desision">
  14. <a href="Public.html">
  15. <button class="btn btn1" >Public</button>
  16. <a href="Business.html">
  17. <button class="btn btn2">Business</button>
  18. </a>
  19. </div>
  20.  
  21. <label class="logo">The Decal Store UK</label>
  22. <ul class = "Navigation">
  23.  
  24. <li><a class="active" href="index.html">Home</a></li>
  25. <li><a href="About.html">About</a></li>
  26. <li><a href="Services.html">Services</a></li>
  27. <li><a href="Contact.html">Contact</a></li>
  28. <li><a href="Feedback.html">Feedback</a></li>
  29. </ul>
  30.  
  31.  
  32. </nav>
  33.  
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement