Maksya

Untitled

Nov 14th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Ideal4Me Error 403</title>
  4.  
  5. <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
  6.  
  7. <style>
  8. body {
  9. margin: 0;
  10. padding: 0;
  11. width: 100%;
  12. height: 100%;
  13. color: #B0BEC5;
  14. display: table;
  15. font-weight: 100;
  16. font-family: 'Lato';
  17. }
  18.  
  19. .container {
  20. text-align: center;
  21. display: table-cell;
  22. vertical-align: middle;
  23. }
  24.  
  25. .content {
  26. text-align: center;
  27. display: inline-block;
  28. }
  29.  
  30. .title {
  31. font-size: 156px;
  32. }
  33.  
  34. .quote {
  35. font-size: 36px;
  36. }
  37.  
  38. .explanation {
  39. font-size: 24px;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44. <div class="container">
  45. <div class="content">
  46. <div class="title">403</div>
  47. <div class="quote">Forbidden.</div>
  48. <div class="explanation">
  49. <br>
  50. <small>
  51. Unauthorized access - you do not have the necessary permissions to see this page.
  52. </small>
  53. </div>
  54. </div>
  55. </div>
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment