Skip to content
Snippets Groups Projects
Commit 6c0c991b authored by Manfred Michaelis's avatar Manfred Michaelis :boom:
Browse files

addedf

parent 01eb229f
No related branches found
No related tags found
No related merge requests found
<script>
import { page } from '$app/stores';
const year = (new Date()).getFullYear();
let copy = year > 2022 ? `2022 - ${year}` : year;
</script>
<section class="bg-white">
<div class="flex container mx-auto w-[1280px] content-start">
<div class="flex-1">
&copy; {copy} <a href="https://michm.de">michm.de</a>
</div>
<div>
<a sveltekit:prefetch href="https://michm.de/datenschutz">Datenschutz</a> | <a sveltekit:prefetch href="https://michm.de/impressum">Impressum</a>
</div>
</div>
</section>
<style>
section {
padding: 40px 0 20px 0;
border-top: 1px groove #edf0f847;;
}
section a {
color: #144814;
text-shadow: none;
}
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment