Files
classquiz-ai/frontend/src/routes/docs/+page.svelte
T
2022-08-18 15:35:01 +02:00

33 lines
858 B
Svelte

<!--
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<svelte:head>
<title>ClassQuiz/docs - Index</title>
<meta
name="description"
content="The overview about the docs for ClassQuiz, the open-source quiz-application"
/>
</svelte:head>
<article
class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-slate px-4 dark:prose-invert"
>
<h1>Welcome to the ClassQuiz docs!</h1>
<h2>Index</h2>
<ul>
<li>
<a href="/docs/roadmap">Roadmap</a>
</li>
<li>
<a href="/docs/import-from-kahoot">Import from Kahoot</a>
</li>
<li>
<a href="/docs/self-host">Self-hosting</a>
</li>
<li>
<a href="/docs/develop">Development-Setup</a>
</li>
</ul>
</article>