HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/inventory.breadsecret.com/view/error/404.php
<?php
http_response_code(404);
include("view/layout/meta.php");
?>
<h1 class="d-flex text-white bg-danger p-3">
    404: File Not Found!
</h1>
<main class="text-center">
<div style="color: #944; font-size: 25vw;">404</div>
<div style="color: #446; font-size: 6vw; font-family: 'Bilbo Swash Caps', cursive;">The Requested Url Was Not Found !...</div>
<div style="color: #444;">Sorry! Evidently the document you were looking for has either been moved or no longer exist.</div>
</main>
<?php
include("view/layout/js.php");
include("view/layout/endpage.php");
?>