Moved files to prepare for solid-start migration

This commit is contained in:
aronmal 2024-01-05 01:29:32 +01:00
parent 4ea622e251
commit eb3acd206c
Signed by: aronmal
GPG key ID: 816B7707426FC612
14 changed files with 0 additions and 0 deletions

View file

@ -1,35 +0,0 @@
---
import '../styles/components/NavBar.scss';
---
<nav>
<ul>
<li class="navElem">
<a class="textBx" href="/" target="_self">
<img
id="logo"
src="https://static.moonleay.net/img/lilJuddWeb/logos/logox256.png"
alt="The Bots Logo"
/>
li&apos;l Judd
</a>
</li>
<li class="navElem">
<a href="/features" target="_self">Features</a>
</li>
<li class="navElem">
<a href="/how-do-i" target="_self">How do I...?</a>
</li>
<li class="navElem">
<a href="/stack" target="_self">The Stack</a>
</li>
<li class="navElem">
<a href="/about" target="_self">About</a>
</li>
<li class="navElem">
<a
href="https://discord.com/api/oauth2/authorize?client_id=1024410658973941862&permissions=18977581952080&scope=bot"
target="_blank">Invite to your server</a
>
</li>
</ul>
</nav>