The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

44 lines
990 B

  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: -apple-system, BlinkMacSystemFont, 'Segoe UI', 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. width: 100%;
  23. height: auto;
  24. }
  25. .dialog h1 {
  26. font: 20px/28px -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  27. font-weight: 400;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <div class="dialog">
  33. <img src="/oops.png" alt="Mastodon" />
  34. <div>
  35. <h1>We're sorry, but something went wrong.</h1>
  36. </div>
  37. </div>
  38. </body>
  39. </html>