custom homapage
This commit is contained in:
14
src/routes/Footer.svelte
Normal file
14
src/routes/Footer.svelte
Normal file
@@ -0,0 +1,14 @@
|
||||
<footer>
|
||||
<div>
|
||||
<p>© 2020 - 2021 Created by <a href="Whidix">Whidix</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user