Maksya

Untitled

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