Deploy: Complete TekDek documentation website with all content pages, CSS, and infrastructure

This commit is contained in:
ParzivalTD
2026-04-12 11:20:19 -04:00
parent 1be079d7a7
commit d8da25107e
29 changed files with 2627 additions and 0 deletions

View 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>