feat: remove n7 bullshit stuff
This commit is contained in:
14
src/lib/components/Footer.svelte
Normal file
14
src/lib/components/Footer.svelte
Normal file
@@ -0,0 +1,14 @@
|
||||
<footer>
|
||||
<div>
|
||||
<p>© 2021 - 2024 Created by Me</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user