custom homapage

This commit is contained in:
whidix
2022-12-30 01:47:17 +01:00
parent cf9dc34936
commit 74ac50ede7
25 changed files with 222 additions and 13954 deletions

14
src/routes/Footer.svelte Normal file
View 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>