DS-PhotoTemplate: Step 1


/ Published in: SAS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <title>Design Shack Template</title>
  7. <link rel="stylesheet" href="css/reset.css" />
  8. <link rel="stylesheet" href="css/text.css" />
  9. <link rel="stylesheet" href="css/960.css" />
  10. <link rel="stylesheet" href="style.css" type="text/css">
  11. <!--<link rel="stylesheet" href="css/uncompressed/demo.css" />-->
  12. </head>
  13.  
  14. <body>
  15. <div id="header"></div>
  16.  
  17. <div class="container_12">
  18. </div>
  19.  
  20. <div id="footer"></div>
  21. <!-- end .container_24 -->
  22.  
  23. </body>
  24. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.