Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  5. <title>401 - Unauthorized: Access is denied due to invalid credentials.</title>
  6. <style type="text/css">
  7. <!--
  8. body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
  9. fieldset{padding:0 15px 10px 15px;}
  10. h1{font-size:2.4em;margin:0;color:#FFF;}
  11. h2{font-size:1.7em;margin:0;color:#CC0000;}
  12. h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
  13. #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
  14. background-color:#555555;}
  15. #content{margin:0 0 0 2%;position:relative;}
  16. .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
  17. -->
  18.  
  19. </style>
  20. </head>
  21. <body>
  22. <div id="header">
  23. <h1>Server Error</h1>
  24. </div>
  25. <div id="content">
  26. <div class="content-container">
  27. <fieldset>
  28. <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>
  29. <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
  30. </fieldset>
  31. </div>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement