add footer
This commit is contained in:
parent
7cb31ff97f
commit
15009fcd63
1 changed files with 16 additions and 0 deletions
16
src/components/footer.astro
Normal file
16
src/components/footer.astro
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<div class="footer">
|
||||
<p>sako was here :D</p>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.footer {
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in a new issue