consolidate all views

This commit is contained in:
2021-11-22 01:36:18 +01:00
parent 2d8b259f32
commit 743890e490
15 changed files with 166 additions and 284 deletions

View File

@@ -0,0 +1,15 @@
<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>
<style>
footer {
margin-top: 3rem;
text-align: center;
font-family: monospace;
}
</style>