CINXE.COM
Belfast Live
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Belfast Live</title> <link rel="shortcut icon" href="https://s2-prod.belfastlive.co.uk/@trinitymirrordigital/chameleon-branding/publications/belfastlive/img/favicon.ico" type="image/x-icon"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet" /> <style type="text/css"> .page404 { max-width: 1240px; margin: 0 auto; font-family: 'Open Sans', sans-serif !important; } .page404 a { text-decoration: none; } .page404 h2 { font-size: 36px !important; font-weight: normal; } .page404 h5{ width: 219px; height: 48px; background: #db0000; border-radius: 24px; color:#fff; font-size: 16px !important; line-height: 46px; text-align: center; } .page404 h5 a{ color:#fff; text-decoration: none; } .page404 p { color:#000; font-size: 20px !important; line-height: 28px; } .page404 p a{ color:#000; text-decoration: underline; font-weight:bold; } .container { display: flex; flex-wrap: wrap; width: 100%; } .header { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; background-color: #db0000; width: 100%; min-height:80px; } .header1 { max-width:416px; height: 80px; } .header1 img { max-height: 80px; } .header2 { max-width:200px; margin-right:20px; min-width: 80px; display: flex; } .header2 div { margin: 0 5px; width:32px; } .header2 img { width: 32px; } .mainbox { display: flex; justify-content: normal; align-items: center; width:100%; margin: 25px 0; } .message{ width: 65%; padding: 0 40px; display: flex; flex-direction: column; } .message p { margin-bottom: 20px; } .mainpic { display: flex; flex-wrap: wrap; justify-content: space-around; flex-basis: 35%; margin: 0 ; } .mainpic div { width: 100%; } .mainpic img { width: 100%; } .footer { width: 100%; display: flex; flex-wrap: nowrap; align-items: center; background-color: #000000; min-height:80px; } .footer .copyright { color: #fff; font-family: 'Open Sans', sans-serif !important; font-size: 12px; font-weight: normal; height: 17px; width: 33%; padding: 0 40px; } .footer .follow { color: #fff; font-family: 'Open Sans', sans-serif !important; font-size: 12px; font-weight: bold; height: 17px; letter-spacing: 1px; text-align: right; text-transform: uppercase; width: 200px; } .footer .socialmedia { margin-left:10px; } .footer .socialmedia img { width: 32px; } </style> </head> <body> <div class="page404"> <div class="container"> <!-- site header --> <div class="header"> <div class="header1"> <a href="https://belfastlive.co.uk/"><img src="https://s2-prod.belfastlive.co.uk/@trinitymirrordigital/chameleon-branding/publications/belfastlive/img/logo-belfastlive.png" alt="Belfast Live" /> </a> </div> <div class="header2"> <div class="facebook404"><a href="https://www.facebook.com/BelfastLiveOnline"><img src="https://s3.mirror.co.uk/static-pages/icon_facebook66.png" alt="Follow Belfast Live" /></a></div> <div class="twitter404"><a href="https://twitter.com/BelfastLive"><img src="https://s3.mirror.co.uk/static-pages/icon_twitter66.png" alt="Follow Belfast Live" /></a></div> </div> </div> <!-- End site header --> <!-- main box --> <div class="mainbox"> <section class="message"> <h1>Sorry you can't find what you're looking for.</h1> <p>The article has either been removed from Belfast Live or is now housed somewhere else.</p> <p>Please visit Belfast Live homepage and take a look around or use Google, or another search engine, to try again for what you're looking for.</p> <h5><a href="https://www.belfastlive.co.uk/">Homepage</a></h5> </section> </div> <!-- end of main box --> <div class="footer"> <div class="copyright">© 2021 a Reach plc subsidiary</div> <div class="follow">Follow Belfast Live</div> <div class="socialmedia"><a href="https://www.facebook.com/BelfastLiveOnline"><img src="https://s3.mirror.co.uk/static-pages/icon_facebook66.png" alt="Follow Belfast Live" /></a> <a href="https://twitter.com/BelfastLive"><img src="https://s3.mirror.co.uk/static-pages/icon_twitter66.png" alt="Follow Belfast Live" /></a> </div> </div> </div> </div> </body> </html>