add designed layout
This commit is contained in:
8
src/components/layout/Footer.svelte
Normal file
8
src/components/layout/Footer.svelte
Normal file
@ -0,0 +1,8 @@
|
||||
<footer class="footer">
|
||||
<img class="footer__illu" src="{ eldritchSky }" alt="">
|
||||
<div>by Eldritch Café - <a href="https://github.com/EldritchCafe/radio" target="_blank">source code</a></div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
import eldritchSky from '/assets/img/eldritch-sky.svg'
|
||||
</script>
|
Reference in New Issue
Block a user