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,11 @@
<?php if (!defined('TEKDEK')) die('Direct access not permitted.'); ?>
</div><!-- /.container -->
</main>
<footer class="site-footer">
<div class="container">
<p>&copy; <?= date('Y') ?> <?= e(SITE_TITLE) ?>. All rights reserved.</p>
</div>
</footer>
<script src="<?= SITE_BASE_URL ?>js/main.js"></script>
</body>
</html>