Add About page with info about the project

Provide a rudimentary description of what this project does, existing
features and future planned work.
This commit is contained in:
Hornwitser 2025-06-24 15:58:34 +02:00
parent 9299fa2682
commit e01e162367
3 changed files with 39 additions and 0 deletions

View file

@ -14,6 +14,9 @@
<li v-else>
<NuxtLink to="/login">Log In / Create Account</NuxtLink>
</li>
<li>
<NuxtLink to="/about">About this software</NuxtLink>
</li>
</ul>
</main>
</template>