Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <title>HTML RESPOSIVE THEME</title>
  6. <meta charset="utf-8">
  7. <link rel="stylesheet" href="style.css" type="text/css" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. </head>
  10.  
  11. <body class="body">
  12. <header class="mainheader">
  13. <img src="logo.png">
  14. <nav><ul>
  15. <li class="active"><a href="#">Home</a></li>
  16. <li><a href="#">Portfolio</a></li>
  17. <li><a href="#">Blog</a></li>
  18. <li><a href="#">Contact</a></li>
  19. </ul></nav>
  20. </header>
  21.  
  22. <div class="mainContent">
  23. <div class="content">
  24. <article class="topcontent">
  25. <header>
  26. <h2><a href="#" title="First Post">First Post</a></h2>
  27. </header>
  28.  
  29. <footer>
  30. <img src="logs.jpg" width="64" height="80" border="0"/>
  31. <p class="post-info">This post is Written By Phaks323</p>
  32. </footer>
  33. <content>
  34. <p> i think i was the only only one there tonight.
  35. why are you even speaking to him,fgdhjkng,dfghklmfg,f
  36. fghklfhl.fjlflk;yg,fl;ky fklnhdlkfg,j.fklfg
  37. fjklmjftlk./fyg;ljklf.jfl;kmy
  38. jfl;l;mfl;lhgj.jfk;luk;lkg.gy';lu;'l;'ku';u.ugk;lku
  39. </p>
  40. <p> i think i was the only only one there tonight.
  41. why are you even speaking to him,fgdhjkng,dfghklmfg,f
  42. fghklfhl.fjlflk;yg,fl;ky fklnhdlkfg,j.fklfg
  43. fjklmjftlk./fyg;ljklf.jfl;kmy
  44. jfl;l;mfl;lhgj.jfk;luk;lkg.gy';lu;'l;'ku';u.ugk;lku
  45. </p>
  46. </content>
  47. </article>
  48.  
  49. <article class="bottomcontent">
  50. <header>
  51. <h2><a href="#" title="Second Post">Second Post</a></h2>
  52. </header>
  53.  
  54. <footer>
  55. <p class="post-info">This post is Written By Phaks323</p>
  56. </footer>
  57.  
  58. <content>
  59. <p> i think i was the only only one there tonight.
  60. why are you even speaking to him,fgdhjkng,dfghklmfg,f
  61. fghklfhl.fjlflk;yg,fl;ky fklnhdlkfg,j.fklfg
  62. fjklmjftlk./fyg;ljklf.jfl;kmy
  63. jfl;l;mfl;lhgj.jfk;luk;lkg.gy';lu;'l;'ku';u.ugk;lku</p>
  64. ;u.ugk;lku
  65. </p>
  66. </content>
  67. </article>
  68. </div>
  69. </div>
  70.  
  71. <aside class="top-sidebar">
  72. <article>
  73. <h2>Top sidebar</h2>
  74. <p>dery erhhe fiuhe dhoiuheirh dfiuhidjh mfdhi di diuhi, jidhojhf dfhuohvb fd</p>
  75. </article>
  76. </aside>
  77.  
  78. <aside class="middle-sidebar">
  79. <article>
  80. <h2>Middle sidebar</h2>
  81. <p>dery erhhe fiuhe dhoiuheirh dfiuhidjh mfdhi di diuhi, jidhojhf dfhuohvb fd</p>
  82. </article>
  83. </aside>
  84.  
  85. <aside class="bottom-sidebar">
  86. <article>
  87. <h2>Bottom sidebar</h2>
  88. <p>dery erhhe fiuhe dhoiuheirh dfiuhidjh mfdhi di diuhi, jidhojhf dfhuohvb fd</p>
  89. </article>
  90. </aside>
  91. <footer class="mainfooter">
  92. <p>Copyright 2013 &copy; <a href="#">1stwebdesign.com</p>
  93. </footer>
  94. </body>
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement