CINXE.COM
The page you were looking for doesn't exist (404)
<!DOCTYPE html> <html> <head> <title>The page you were looking for doesn't exist (404)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> .dialog{ position: absolute; top: 25%; left: 50%; transform: translateX(-50%); text-align: center; } .dialog-actions{ margin-top: 30px; display: flex; justify-content: center; } .download_button { padding: 12px 24px 12px 16px; text-decoration: none; transition: all 0.5s ease; align-items: center; display: flex; justify-content: center; margin: 5px; white-space: nowrap; color: #5E9BDC; width: 10em } </style> </head> <body class="rails-default-error-page"> <!-- This file lives in public/404.html --> <div class="dialog"> <div> <img src="/rademaker-logo.svg"> <h1>The page you were looking for doesn't exist.</h1> <p>You may have mistyped the address or the page may have moved.</p> </div> <div class="dialog-actions"> <a class="download_button" href="/">Back to Rademaker </a> </div> </div> </body> </html>