Guest User

html

a guest
Dec 30th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>A Static Website</title>
  4. <link rel="stylesheet" type="text/css" href="css/theme.css">
  5. </head>
  6. <html>
  7. <body>
  8.  
  9. <div class="wrap">
  10. <div class="col">
  11. <div class="coddetails">
  12. <a href="#">
  13. <img src="img/info.png" alt="nebinfo" height="40" width="40"/>
  14. </a>
  15. </div>
  16.  
  17.  
  18.  
  19. </div>
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. <div class="col1">
  27.  
  28. <div class="nebinfo">
  29. <p>Welcome ..</p>
  30. <p><p>
  31. Lorem Ipsum is simply dummy text of the printing and
  32. typesetting industry. Lorem Ipsum has been the industry's standard dummy
  33. text ever since the 1500s, when an unknown printer took a galley of
  34. type and scrambled it to make a type specimen book.
  35. It has survived not only five centuries.
  36.  
  37.  
  38.  
  39.  
  40. For any inquiry : <u>info@blahblah.com</u>
  41. </p>
  42. </div>
  43.  
  44.  
  45.  
  46.  
  47. <div class="nebdetails">
  48. <a href="#">
  49. <img src="https://www.freepnglogos.com/uploads/discord-logo-png/discord-logo-logodownload-download-logotipos-1.png" alt="nebdiscord" height="100" width="100"/>
  50. </a>
  51.  
  52. </div>
  53. <div class="nebdetails1">
  54. <p>
  55. Powered by © 2019-2020
  56. Theme designed by <b><u>Blahblah</u></b></p>
  57.  
  58. </div>
  59. </div>
  60.  
  61.  
  62.  
  63.  
  64.  
  65. <div class="col">
  66. <div class="mcdetails">
  67. <a href="#">
  68. <img src="img/info.png" alt="nebinfo" height="40" width="40"/>
  69. </a>
  70. </div>
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. </div>
  78.  
  79.  
  80. </body>
  81.  
  82. </html>
Add Comment
Please, Sign In to add comment