ora/src/shared/footer.svelte

23 lines
400 B
Svelte

<script>
// import manifest from '../../'
</script>
<style>
footer {
margin-top: 3rem;
text-align: center;
font-family: monospace;
}
</style>
<footer>
<a
href="https://github.com/cupcakearmy/ora"
target="_blank"
rel="noreferrer">Source Code</a>
- v0.7
<br />
Made with ❤️ by
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
</footer>