400.html 450 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title>Error 400</title>
  4. <meta charset="utf-8">
  5. </head>
  6. <body style="
  7. background-color: #f0f0f0;
  8. color: #ACACAC;
  9. text-shadow: 0 -1px #fff;
  10. font: 20px Source Sans Pro, Helvetica Neue, Arial;
  11. font-weight: 200;
  12. text-align: center;
  13. padding: 10px;
  14. padding-top: 100px;
  15. ">
  16. <span style="font-size: 80px;">✘</span><br>
  17. This URL is not allowed.
  18. </body>
  19. </html>