You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
950 B
15 lines
950 B
<script lang='ts'> |
|
import { Heading } from "flowbite-svelte"; |
|
|
|
|
|
</script> |
|
|
|
<div class='w-full flex justify-center'> |
|
<main class='main-leather flex flex-col space-y-4 max-w-2xl w-full mt-4 mb-4'> |
|
<Heading tag='h1' class='h-leather mb-2'>About</Heading> |
|
<p>Alexandria is a <a href="https://wikistr.com/nkbip-01" class="text-indigo-600 underline">Nostr Knowledge Base (NKB)</a> and a reader for long-form articles. |
|
It is produced by <a href="https://wikistr.com/gitcitadel-project" class="text-indigo-600 underline">GitCitadel</a>.</p> |
|
|
|
<p>Please submit support issues on the <a href="https://gitworkshop.dev/r/naddr1qvzqqqrhnypzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqy88wumn8ghj7mn0wvhxcmmv9uqq5emfw33kjarpv3jkcs83wav" class="text-indigo-600 underline">GitWorkshop page</a> and follow us on <a href="https://github.com/ShadowySupercode/gitcitadel" class="text-indigo-600 underline">GitHub</a>.</p> |
|
</main> |
|
</div> |