ora/src/dashboard/components/Footer.svelte

17 lines
361 B
Svelte
Raw Normal View History

2021-11-22 01:36:18 +01:00
<footer>
2021-11-22 20:07:06 +01:00
<small>
Made with ❤️ by
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
2021-11-24 16:57:32 +01:00
— v0.8.1 —
2021-11-22 20:07:06 +01:00
<a href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code</a>
</small>
2021-11-22 01:36:18 +01:00
</footer>
2020-10-12 01:39:39 +02:00
<style>
footer {
margin-top: 3rem;
text-align: center;
font-family: monospace;
}
</style>