Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta name="author" content="Mein Name">
  6. <meta http-equiv="cache-control" content="no-cache">
  7. <title>Website</title>
  8. <style type="text/css">
  9. @import "normalize.css";
  10. @import "styles.css";
  11. </style>
  12. <link href="img/ico.png" rel="SHORTCUT ICON" type="image/ico">
  13. </head>
  14. <body>
  15. <div style="width:1280px;margin:0px auto;text-align:left;box-shadow: 0px 0px 15px 10px #888;border:solid 5px;">
  16. <div id="head"><div><h1 style="font-size:300%; font-family: arial">Ich bin eine Überschrift</h1></div></div>
  17. <div id="nav"></div>
  18. <div id="content">
  19. <div style="background-color:#FFF; width:1500px;margin:left;">Content</div>
  20. </div>
  21. <div id="footer"><hr id="footerLine"/>
  22. <div id="footerLeft">Ich bin ein linker Link!</div>
  23. <div id="footerRight">Ich bin ein rechter Link!</div>
  24. </div>
  25. </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement