Advertisement
Guest User

HTML

a guest
Nov 28th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title></title>
  6. <meta name='description' content=' under construction page'/>
  7. <meta name='keywords' content=' '/>
  8. <link rel="stylesheet" href="style.css" type="text/css" media="screen, projection" />
  9. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css' />
  10.  
  11. </head>
  12. <body>
  13. <div id="wrapper">
  14. <h1>SAMPLE</h1>
  15. <h2>placeholder page</h2>
  16. <p> contact us <br />
  17. <a href="#">email</a> </p>
  18. <p><br />
  19.  
  20. <ul class="info">
  21. <li class="ph"></li>
  22. <li class="ad"></li>
  23. <li class="mail"><a href="#"></a></li>
  24. </ul>
  25. </p>
  26. </div>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement