svelte-playground/src/lib/components/footer.svelte

16 lines
239 B
Svelte

<footer>
<p>
made with ❤️ and
<a href="https://svelte.dev/">
<img src="https://avatars.githubusercontent.com/u/23617963?s=18" alt="svelte" /></a
>
</p>
</footer>
<style>
footer {
margin: 1em;
padding: 1em;
}
</style>