Initial Commit with ENVs, directory structures, cursor rules, etc
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
</main>
|
||||
<footer class="bg-light p-3 mt-4">
|
||||
<div class="container text-center">
|
||||
<p>Family Hub © <?= date('Y') ?></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Bootstrap JS from CDN -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- jQuery from CDN (if needed) -->
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
|
||||
<!-- Custom JavaScript -->
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user