6 lines
244 B
HTML
6 lines
244 B
HTML
<!-- footer.html -->
|
|
<footer style="background-color: #461f19; padding: 10px; text-align: center; color: #ffd700;">
|
|
<p>© 2023 Herreweb. All rights reserved.</p>
|
|
<!-- Add any additional content or links for the footer -->
|
|
</footer>
|