Files
classquiz-ai/frontend/src/routes/docs/index.svelte
T
2022-03-11 19:22:02 +01:00

22 lines
564 B
Svelte

<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-pink text-yellow-50 px-4'
>
<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>
</ul>
</article>