Initial commit
This commit is contained in:
23
src/components/footer.astro
Executable file
23
src/components/footer.astro
Executable file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
---
|
||||
<div id="footer">
|
||||
<main>
|
||||
<pre>
|
||||
.--.
|
||||
." o \__
|
||||
_.-" ,( `
|
||||
_.-" ,;;|
|
||||
_.-=" _," ,,;;;'
|
||||
.-"`_.-"``-..,,;;;;:'
|
||||
`"'` `\`\
|
||||
/^\\\
|
||||
</pre>
|
||||
</main>
|
||||
<aside>
|
||||
<b>Made with ♥</b> by Thary<br>
|
||||
<!-- Website sources are available on <a href="https://git.vector1.dev/thary/website">Gitea</a>!<br> -->
|
||||
<!-- All content is in Public domain and licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a><br> -->
|
||||
Logo is created by <a href="https://houl.floof.company/">Houl</a><br>
|
||||
ASCII arts are taken from <a href="https://web.archive.org/web/20010420182629/http://www.geocities.com/spunk1111/indexjava.htm">this website</a>
|
||||
</aside>
|
||||
</div>
|
Reference in New Issue
Block a user