PHP Classes

File: z_02nppses/404.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   z_02nppses/404.php   Download  
File: z_02nppses/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of z_02nppses/404.php
Date: 1 year ago
Size: 582 bytes
 

Contents

Class file image Download
<?php require "includes/navbar.php"; ?>

        <div class="d-flex align-items-center justify-content-center vh-100">
            <div class="text-center">
                <h1 class="display-1 fw-bold">404</h1>
                <p class="fs-3"> <span class="text-danger">Opps!</span> Page not found.</p>
                <p class="lead">
                    The page you?re looking for doesn?t exist.
                  </p>
                <a href="http://localhost/clean-blog/index.php" class="btn btn-primary">Go Home</a>
            </div>
        </div>
    </body>


</html>