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.

failure.html 837B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"/>
  5. <title>Contact me</title>
  6. <style type="text/css">
  7. .page {
  8. width: 480px;
  9. padding: 8% 0 0;
  10. margin: auto;
  11. }
  12. .form {
  13. position: relative;
  14. z-index: 1;
  15. background: #FFFFFF;
  16. max-width: 360px;
  17. margin: 0 auto 100px;
  18. padding: 45px;
  19. text-align: center;
  20. box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  21. font-family: sans-serif;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div class="page">
  27. <div class="form">
  28. Your message could not be sent at this time.
  29. Please go back and try again.
  30. </div>
  31. </div>
  32. </body>
  33. </html>