change place of photoprism
This commit is contained in:
parent
e4e153fe1b
commit
e75d4f7af4
@ -1,11 +1,22 @@
|
||||
<script>
|
||||
import Header from '$lib/components/Header.svelte'
|
||||
</script>
|
||||
<style>
|
||||
</style>
|
||||
|
||||
<Header>
|
||||
<ul class=site_header slot=links>
|
||||
<li><a href="/rezepte">Rezepte</a></li>
|
||||
<li><a href="https://bilder.bocken.org">Familienbilder</a></li>
|
||||
<li><a href="/bilder">Bilder</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<section>
|
||||
<h2><a href="/rezepte">Rezepte</a></h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2><a href="/bilder">Bilder</a></h2>
|
||||
</section>
|
||||
|
||||
</Header>
|
||||
|
Loading…
Reference in New Issue
Block a user