You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
881 B

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>We're sorry, but something went wrong</title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1">
  7. <link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
  8. <style>
  9. body {
  10. font-family: 'Roboto', sans-serif;
  11. background: #282c37;
  12. color: #9baec8;
  13. text-align: center;
  14. margin: 0;
  15. padding: 20px;
  16. }
  17. .dialog img {
  18. display: block;
  19. margin: 20px auto;
  20. margin-top: 50px;
  21. max-width: 600px;
  22. height: auto;
  23. }
  24. .dialog h1 {
  25. font: 20px/28px 'Roboto', sans-serif;
  26. font-weight: 400;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div class="dialog">
  32. <img src="/oops.png" alt="Mastodon" />
  33. <div>
  34. <h1>We're sorry, but something went wrong.</h1>
  35. </div>
  36. </div>
  37. </body>
  38. </html>