Custom theme for weedops.site — front page, header, footer, functions, styles, and images. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
459 B
PHP
15 lines
459 B
PHP
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="container">
|
|
<div class="footer-content">
|
|
<span class="footer-location">WeedOps · Los Angeles, California</span>
|
|
<span class="footer-copy">© <?php echo date('Y'); ?> WeedOps</span>
|
|
</div>
|
|
<p class="footer-disclaimer">This is a confidential investor overview. Not a public offering.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<?php wp_footer(); ?>
|
|
</body>
|
|
</html>
|