Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title>day_6</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <link rel="stylesheet" type="text/css" href="div_layout.css"/>
  13. </head>
  14. <body>
  15. <div class="container">
  16. <div class="logo">
  17. <img src="image/chowdhur.jpg" height="100%" width="100%">
  18. </div>
  19. <div class="banner">
  20. <h1 >Project</h1>
  21. </div>
  22. <div class="icon"></div>
  23. <div class="menu"></div>
  24. <div class="sidebar_left"></div>
  25. <div class="content"></div>
  26. <div class="sidebar_right"></div>
  27. <div class="footer"></div>
  28. </div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement