HEX
Server: LiteSpeed
System: Linux premium59.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: gamerijr (666)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /home/gamerijr/cargames77.com/404.php
<?php
// +------------------------------------------------------------------------+
// | @author: MvnThemes
// | @name: Zontal - The Arcade Online HTML5 Game Playing Platform
// | @author_email: mvk62015@gmail.com   
// | @version: 1.0v
// +------------------------------------------------------------------------+
// | Zontal - The Arcade Online HTML5 Game Playing Platform
// | Copyright (c) 2017 Zontal. All rights reserved.
// 
?>
<?php // Include Header ?>
<?php include("includes/header.php") ?>
<?php // Include Main Header ?>
<?php include("includes/main-h.php") ?>
<?php // Body Start ?>
<body class="bg-dark dark:bg-[#121317]">
<div class="container-zon flex justify-center items-center h-[80vh]">
    <?php // 404 Page Error Text Message ?>
    <h1 class="text-8xl font-bold dark:text-gray-300 text-zinc-800">404</h1>
</div>
</body>
<?php // Body End ?>