Deploy: Complete TekDek documentation website with all content pages, CSS, and infrastructure
This commit is contained in:
11
publish/web1/public/includes/bottom.php
Normal file
11
publish/web1/public/includes/bottom.php
Normal 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>© <?= date('Y') ?> <?= e(SITE_TITLE) ?>. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="<?= SITE_BASE_URL ?>js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user