Init
This commit is contained in:
11
src/components/Footer.astro
Normal file
11
src/components/Footer.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer
|
||||
class="footer footer-center p-4 bg-base-300 text-base-content"
|
||||
role="contentinfo"
|
||||
>
|
||||
<aside>
|
||||
<p>
|
||||
<span class="sr-only">Copyright</span>
|
||||
© 2024 - All rights reserved by Your Business Name
|
||||
</p>
|
||||
</aside>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user