You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 regels
548 B

  1. <body class="bg-default">
  2. <div class="main-content">
  3. <!-- Navbar -->
  4. <% include ../partials/auth/navbar %>
  5. <!-- Header -->
  6. <% include ../partials/auth/header %>
  7. <!-- Page content -->
  8. <div class="container mt--8 pb-5">
  9. <!-- Table -->
  10. <div class="row justify-content-center">
  11. <div class="col-lg-5 col-md-7 text-center">
  12. <h1 class="text-white">404 - Page not found</h1>
  13. <a class="text-light" href="/" title="Go Home">Go Home</a>
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18. </body>