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.

503.blade.php 679B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <html>
  2. <head>
  3. <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
  4. <style>
  5. body {
  6. margin: 0;
  7. padding: 0;
  8. width: 100%;
  9. height: 100%;
  10. color: #B0BEC5;
  11. display: table;
  12. font-weight: 100;
  13. font-family: 'Lato';
  14. }
  15. .container {
  16. text-align: center;
  17. display: table-cell;
  18. vertical-align: middle;
  19. }
  20. .content {
  21. text-align: center;
  22. display: inline-block;
  23. }
  24. .title {
  25. font-size: 72px;
  26. margin-bottom: 40px;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div class="container">
  32. <div class="content">
  33. <div class="title">Be right back.</div>
  34. </div>
  35. </div>
  36. </body>
  37. </html>