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.
|
- <body class="bg-default">
- <div class="main-content">
- <!-- Navbar -->
- <% include ../partials/auth/navbar %>
- <!-- Header -->
- <% include ../partials/auth/header %>
- <!-- Page content -->
- <div class="container mt--8 pb-5">
- <!-- Table -->
- <div class="row justify-content-center">
- <div class="col-lg-5 col-md-7 text-center">
- <h1 class="text-white">404 - Page not found</h1>
- <a class="text-light" href="/" title="Go Home">Go Home</a>
- </div>
- </div>
- </div>
- </div>
- </body>
|