chore: add footer links
Add GitHub and author links (GitHub + X) to the bottom of the main page. Made-with: Cursor
This commit is contained in:
+10
@@ -1266,6 +1266,16 @@
|
||||
<img src="/wario-sprite.png" alt="Wario" class="wario-sprite" />
|
||||
</div>
|
||||
|
||||
<div class="footer" style="margin-top: 18px; font-size: 8px; color: var(--gb-medium); text-align: center; gap: 10px;">
|
||||
<a href="https://github.com/b1rdmania/motif" target="_blank" rel="noopener noreferrer" style="color: var(--gb-dark);">GitHub</a>
|
||||
<span style="opacity: 0.75;">·</span>
|
||||
<span>
|
||||
Built by
|
||||
<a href="https://github.com/b1rdmania" target="_blank" rel="noopener noreferrer" style="color: var(--gb-dark);">b1rdmania</a>
|
||||
(<a href="https://x.com/b1rdmania" target="_blank" rel="noopener noreferrer" style="color: var(--gb-dark);">X</a>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div id="faqModalBackdrop" class="modal-backdrop" role="dialog" aria-modal="true" aria-labelledby="faqTitle">
|
||||
<div class="modal" role="document">
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user