CINXE.COM

Page Not Found

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Page Not Found</title> <link rel="shortcut icon" href="/smartexploration/image/favicon.png" /> <style> body { display:grid; place-content:center; height:100vh; margin: 0; background-color: #f4f4f4; font-family: sans-serif; } body > div { max-width: 400px; text-align: center; } h1 { font-size: 5rem; line-height: 0.9em; margin-top: 2rem; margin-bottom: 1rem; } h2 { font-size: 1.2rem; margin: 0; } .logo { max-width: 75px; height: auto; } p { font-size: 1.1rem; } a { padding: 0.9rem 1.2rem; background-color: #5481f2; color: white; border-radius: 4px; text-decoration: none; font-weight: bold; display: block; } img { margin-top: 6.6rem; } </style> <script> function handleRedirect(a) { var siteKey = 'smartexploration'; var url = '/'; const siteKeyPattern = new RegExp(`^\/${siteKey}\/.+`) if (siteKeyPattern.test(window.location.pathname)) { url= `/${siteKey}/`; } a.href = url; } </script> </head> <body> <div> <img class="logo" src="/smartexploration/image/favicon.png" /> <h1>404</h1> <p> Page not found. </p> <a href="/" onclick="handleRedirect(this)">Go to start page</a> <img src="/WebObjects/webpages.woa/Contents/WebServerResources/astronaut.png" /> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10