<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<div class="container">
    <div class="row">
        <div class=" col-xs-12 col-sm-12 col-md-12 col-lg-12 " style="text-align: center;">
            <?php //echo $data['error'];?>
            <a href="http://www.ideal.com.tr" style="font-family: 'Open Sans', sans-serif;display: inline-block;margin: 50px;">
            <img src="https://ideal.com.tr/public/resimler/404img.png" style="float: left;"/>
            <div style="float: left;margin-left: 20px;">
                <h3 style="font-size: 50px;color: #F58026;">Sayfa bulunamadı!</h3><br>
                <div style="font-size: 24px; color: black;">Aradığınız sayfaya şu anda ulaşılamıyor.<br>Lütfen anasayfaya dönmek için tıklayınız.</div><br>
                <div style="font-size: 16px; color: #969696;">The page you requested can not be reached at the moment.<br>Please click here to return to homepage.</div>
            </div>
            </a>
        </div>
    </div>
</div>
