Advertisement
Guest User

Briddell HTML

a guest
Feb 28th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Error Denied</title>
  5. <link rel="stylesheet" type="text/css" href="css/style.css">
  6. </head>
  7. <body>
  8. <div class="wrapper cf">
  9. <div class="col one"></div>
  10. <div class="col two">Error Denied</div>
  11. <div class="col three"></div>
  12. <div class="cf">
  13. <pre class="pre">
  14. </pre>
  15. </div>
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement