관리-도구
편집 파일: 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 ?>