CINXE.COM
404 - The page you are looking for could not be found
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>404 - The page you are looking for could not be found</title> <style type="text/css"> @font-face { font-family: 'league_spartanbold'; src: url('/fonts/leaguespartan-bold-webfont.woff2') format('woff2'), url('/fonts/leaguespartan-bold-webfont.woff') format('woff'), url('/fonts/leaguespartan-bold-webfont.ttf') format('truetype'), url('/fonts/LeagueSpartan-Bold.otf') format('otf'), url('/fonts/leaguespartan-bold-webfont.svg#league_spartanbold') format('svg'); font-weight: normal; font-style: normal; color: #20174c; } body { background-color: #73cbee; font-family: 'league_spartanbold', Helvetica, Arial, sans-serif; } *{box-sizing: border-box} .container {width: 800px; max-width: 100%; margin: 10% auto; padding: 30px; text-align: center; background: #fff; border: 5px solid #fff; box-shadow: 0 1px 3px 0 hsla(0,0%,47.8%,.7); margin-bottom: 10px; } .container img { width: 200px; margin: 0 auto} h1 { color: #20174c } p {} a {text-decoration: none; color: #20174c } </style> </head> <body> <div class="container "> <h1>Missed your Tram?</h1> <img src="/uploads/logo_transparent__1__.png" alt="404" class="img-fluid"/> <h3>Sorry. The Page you were looking for could not be found...</h3> <div> <a href="/">All aboard for the Homepage...</a> </div> </div> </body> </html>