500.html 511 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title>Error 500</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; font-family: 'Courier New', monospace;">(ノಠ益ಠ)ノ</span><br><br>
  17. Oops.. Something went wrong!
  18. </body>
  19. </html>