hello worlds
This commit is contained in:
15
src/components/Footer.astro
Normal file
15
src/components/Footer.astro
Normal file
@@ -0,0 +1,15 @@
|
||||
<footer class="container">
|
||||
<hr />
|
||||
<div class="links">
|
||||
<a href="https://ko-fi.com/recroomarchive">Donate</a>
|
||||
<span class="mx-1.5">|</span>
|
||||
<a href="https://discord.gg/Mh725mfC4j" class="underline">Discord</a>
|
||||
</div>
|
||||
<div class="about">
|
||||
<span>© {new Date().getFullYear()} RecRoomArchive</span>
|
||||
<span>
|
||||
TenWholeYears is not affiliated with Rec Room Inc. All rights
|
||||
belong to their respective owners.
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user