<!DOCTYPE html><html lang="en"> <head>   <meta charset="utf-8">  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">  <meta name="description" content="">  <meta name="author" content="">   <title>Dental Clinic - Clean Blog</title>   <!-- Bootstrap core CSS -->  <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">   <!-- Custom fonts for this template -->  <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">  <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>  <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>   <!-- Custom styles for this template -->  <link href="css/clean-blog.min.css" rel="stylesheet"> </head> <body>   <!-- Navigation -->  <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">    <div class="container">      <a class="navbar-brand" href="index.php"><img src="img/logo.png" width="25%"></a>      <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">        Menu        <i class="fas fa-bars"></i>      </button>      <div class="collapse navbar-collapse" id="navbarResponsive">        <ul class="navbar-nav ml-auto">          <li class="nav-item">            <a class="nav-link" href="index.php">Home</a>          </li>          <li class="nav-item">            <a class="nav-link" href="login.php">Login</a>          </li>          <li class="nav-item">            <a class="nav-link" href="register.php">Register</a>          </li>          <li class="nav-item">            <a class="nav-link" href="profile.php">Profile</a>          </li>        </ul>      </div>    </div>  </nav>   <!-- Page Header -->  <header class="masthead" style="background-image: url('img/contact-bg.jpg')">    <div class="overlay"></div>    <div class="container">      <div class="row">        <div class="col-lg-8 col-md-10 mx-auto">          <div class="site-heading">            <h1>Clean Blog</h1>            <span class="subheading">In academic write ups, the title should be short, precise, catchy and straight to the point.</span>          </div>        </div>      </div>    </div>  </header>   <!-- Main Content -->  <div class="container">    <div class="row">      <div class="col-lg-8 col-md-10 mx-auto">        <div class="post-preview">          <a href="post.php">            <h2 class="post-title">              Man must explore, and this is exploration at its greatest            </h2>            <h3 class="post-subtitle">              Problems look mighty small from 150 miles up            </h3>          </a>          <p class="post-meta">Posted by            <a href="#">dentalclinicuk</a>            on September 24, 2019</p>        </div>        <hr>        <div class="post-preview">          <a href="post.php">            <h2 class="post-title">              I believe every human has a finite number of heartbeats. I don't intend to waste any of mine.            </h2>          </a>          <p class="post-meta">Posted by            <a href="#">dentalclinicuk</a>            on September 18, 2019</p>        </div>        <hr>        <div class="post-preview">          <a href="post.php">            <h2 class="post-title">              Science has not yet mastered prophecy            </h2>            <h3 class="post-subtitle">              We predict too much for the next year and yet far too little for the next ten.            </h3>          </a>          <p class="post-meta">Posted by            <a href="#">dentalclinicuk</a>            on August 24, 2019</p>        </div>        <hr>        <div class="post-preview">          <a href="post.php">            <h2 class="post-title">              Failure is not an option            </h2>            <h3 class="post-subtitle">              Many say exploration is part of our destiny, but it’s actually our duty to future generations.            </h3>          </a>          <p class="post-meta">Posted by            <a href="#">dentalclinicuk</a>            on July 8, 2019</p>        </div>        <hr>        <!-- Pager -->        <div class="clearfix">          <a class="btn btn-primary float-right" href="#">Older Posts →</a>        </div>      </div>    </div>  </div>   <hr>   <!-- Footer -->  <footer>    <div class="container">      <div class="row">        <div class="col-lg-8 col-md-10 mx-auto">          <ul class="list-inline text-center">            <li class="list-inline-item">              <a href="#">                <span class="fa-stack fa-lg">                  <i class="fas fa-circle fa-stack-2x"></i>                  <i class="fab fa-twitter fa-stack-1x fa-inverse"></i>                </span>              </a>            </li>            <li class="list-inline-item">              <a href="#">                <span class="fa-stack fa-lg">                  <i class="fas fa-circle fa-stack-2x"></i>                  <i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>                </span>              </a>            </li>            <li class="list-inline-item">              <a href="#">                <span class="fa-stack fa-lg">                  <i class="fas fa-circle fa-stack-2x"></i>                  <i class="fab fa-github fa-stack-1x fa-inverse"></i>                </span>              </a>            </li>          </ul>          <p class="copyright text-muted">Copyright © dentalclinicuk 2020</p>        </div>      </div>    </div>  </footer>   <!-- Bootstrap core JavaScript -->  <script src="vendor/jquery/jquery.min.js"></script>  <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>   <!-- Custom scripts for this template -->  <script src="js/clean-blog.min.js"></script> <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"d845ee28323848e2b7276276f07d427c","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script></body> </html>