CINXE.COM
Talos Website
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Talos Website</title> <link rel="stylesheet" media="all" href="/assets/application.css" /> <script src="/assets/application.js"></script> <link rel="shortcut icon" type="image/x-icon" href="/assets/favicons/favicon.ico" /> <style> .error-code-container{ white-space: pre-line; margin-top: 60px; min-width: 850px; } .error-code{ font-size: 10rem } .error-code-message{ display: inline-block; padding-left:10px; } code{ display: flex; width: fit-content; margin: 75px auto 0px auto; } .error-shield{ width: 400px; } @media only screen and (max-width: 1000px) { .error-shield{ margin: auto; width: 300px; } .error-code-container{ margin-top: 0; padding-left: 11%; width: fit-content; } .error-code{ font-size: 6rem; text-align:center } code{ flex-direction: column; margin-top: 0; } } </style> </head> <body> <div id="body_container"> <div id="page_wrapper"> <div class="container-fluid full-height"> <div class="row"> <div class="col-12"> <code> <span class="error-shield"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" viewBox="0 0 55 55"> <g> <path fill-rule="evenodd" clip-rule="evenodd" fill="#f19615" d="M45.201,12.343c0.378,0.48,0.758,0.925,1.096,1.401 c2.975,4.207,4.543,8.876,4.494,14.044c-0.05,5.452-1.643,10.386-5.186,14.593c-3.484,4.133-7.929,6.73-13.182,7.895 c-6.313,1.398-12.216,0.275-17.695-3.131c-0.441-0.273-0.847-0.6-1.266-0.904c-0.11-0.078-0.208-0.174-0.337-0.287 c0.127-0.141,0.246-0.27,0.366-0.398c0.887-0.949,1.765-1.904,2.663-2.844c0.114-0.119,0.321-0.217,0.485-0.217 c3.658-0.006,7.318,0,10.975,0.008c3.458,0.006,6.913,0.02,10.369,0.02c0.957,0,1.871-0.193,2.62-0.844 c0.797-0.693,1.157-1.596,1.157-2.643c0.001-7.533,0.003-15.067-0.005-22.601c-0.002-0.309,0.088-0.524,0.3-0.743 C43.098,14.598,44.127,13.49,45.201,12.343"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#f19615" d="M41.402,8.822c-0.99,1.027-1.994,2.021-2.935,3.072 c-0.312,0.35-0.616,0.416-1.036,0.415c-6.98-0.009-13.957-0.007-20.938-0.007c-2.039,0-3.561,1.514-3.561,3.557 c0,6.504,0.002,13.008,0.006,19.512c0.002,0.973,0.011,1.943,0.004,2.914c0,0.133-0.04,0.301-0.127,0.393 c-1.069,1.162-2.15,2.314-3.229,3.469c-0.021,0.023-0.052,0.039-0.109,0.08c-0.159-0.188-0.323-0.369-0.471-0.562 c-2.535-3.348-4.119-7.102-4.605-11.268c-0.61-5.229,0.194-10.229,2.835-14.839c2.669-4.664,6.655-7.805,11.618-9.75 c3.205-1.257,6.533-1.852,9.977-1.621c4.478,0.298,8.553,1.754,12.227,4.325c0.101,0.072,0.197,0.151,0.291,0.229 C41.364,8.755,41.374,8.778,41.402,8.822"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#f19615" d="M39.799,12.47c0.873-0.911,1.749-1.829,2.676-2.797 c0.605,0.564,1.195,1.112,1.816,1.691c-0.941,0.985-1.817,1.903-2.703,2.83c-0.276-0.339-0.511-0.688-0.807-0.975 C40.492,12.941,40.145,12.728,39.799,12.47"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="#f19615" d="M10.35,43.279c0.969-1.016,1.885-1.977,2.76-2.893 c0.213,0.369,0.376,0.762,0.639,1.072c0.265,0.312,0.627,0.539,0.98,0.832c-0.853,0.891-1.713,1.791-2.624,2.746 C11.513,44.445,10.939,43.869,10.35,43.279"/> </g> </svg> </span> <div class="error-code-container"> <span class="error-code"> ERROR 404 </span> <span class="error-code-message"> SORRY, THIS PAGE DOES NOT EXIST. WE WERE OUT HUNTING BAD GUYS AND MUST HAVE MISSED UPDATING THIS LINK SOMEWHERE. OR YOU MISTYPED. </span> </div> </code> <div class="button_area row"> <div class="col-12"> <a href="/" class="return"> <button class="primary">Talos Home</button> </a> </div> </div> </div> </div> </div> </div> </div> </body> </html>