First fully working user management, move to layout groups
This commit is contained in:
18
src/routes/(main)/+page.svelte
Normal file
18
src/routes/(main)/+page.svelte
Normal file
@@ -0,0 +1,18 @@
|
||||
<style>
|
||||
</style>
|
||||
|
||||
<section>
|
||||
<h2><a href="/rezepte">Rezepte</a></h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2><a href="/bilder">Bilder</a></h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2><a href="/git">Git</a></h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2><a href="/transmission">Transmission Web Viewer</a></h2>
|
||||
</section>
|
Reference in New Issue
Block a user