📝 Added roadmap.svelte and added index.svelte to docs

This commit is contained in:
Mawoka
2022-03-10 17:28:52 +01:00
parent fc2edd8a72
commit a20cd7d617
2 changed files with 45 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<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>
</ul>
</article>