Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net

6 lines
208 B

  1. <div class="row p-lg-0">
  2. <h1 class="align-content-center">Page Not Found</h1>
  3. <div class="align-content-center">
  4. <img src="/includes/img/404.jpg" alt="Page not found" width="70%" />
  5. </div>
  6. </div>
  7. <br><br>