Deploy: Complete TekDek documentation website with all content pages, CSS, and infrastructure
This commit is contained in:
7
publish/web1/public/pages/404.php
Normal file
7
publish/web1/public/pages/404.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php if (!defined('TEKDEK')) die('Direct access not permitted.'); ?>
|
||||
|
||||
<article class="page-content error-page">
|
||||
<h1>404 — Page Not Found</h1>
|
||||
<p>The page you're looking for doesn't exist.</p>
|
||||
<p><a href="<?= SITE_BASE_URL ?>" class="btn">← Back to Home</a></p>
|
||||
</article>
|
||||
Reference in New Issue
Block a user