Advertisement
Guest User

ÄRESÅ

a guest
Feb 6th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta charset="utf-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Koncept</title>
  8. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
  9. <link rel="stylesheet" type="text/css" href="StyleSheet1.css">
  10. </head>
  11. <body>
  12. <div id="wrapper">
  13. <div class="">
  14. This is the navbar
  15. </div>
  16. <div>
  17. THis is the main picdiv
  18. </div>
  19. <div>
  20. This is something to read
  21. </div>
  22. <div>
  23. This is something else
  24. </div>
  25. </div>
  26. <footer>
  27. This is the footer
  28. </footer>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement