<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Lang" content="tr">
<title>Sayfa Bulunamadı!</title>
</head>
<body>

  <div id="content">
    <img width="300" src="/public-logo.png">
    <div class="divider"></div>
    <p>..: aradığınız sayfa bulunamadı ::..</p>
    <div class="divider"></div>
    <p>ana sayfaya gitmek için<br>lütfen <a href="/index.php">tıklayınız...</a></p>
  </div>  
  
  <style type="text/css">
    #content {
      width: 1100px;
      margin: 0 auto;
    }
    #content > img {
      width: 20%;
      margin: 50px auto 50px auto;
      display: block;
    }
    .divider {
      background-color: #eeeeee;
      height: 1px;
      width: 50%;
      margin: 50px auto 50px auto;
    }
    #content > p {
      text-align: center;
      font-size: 24px;
    }
    #content a {
      text-decoration: none;
      color: #ff6600;
    }
    #content a:hover {
      text-decoration: underline;
    }
    @media only screen and (max-width: 1100px) {
      #content {
        width: 100%;
      }
      #content > img {
        width: 30%;
      }
      .divider {
        width: 75%;
      }
    }
    @media only screen and (max-width: 768px) {
      #content {
      }
      #content > img {
        width: 50%;
      }
      .divider {
        width: 100%;
      }
    }
  </style>

</body>
</html>
