feat: more work done
This commit is contained in:
parent
8377892747
commit
ab60b4baf7
21 changed files with 160 additions and 21 deletions
|
|
@ -1,3 +1,14 @@
|
|||
<script context="module" lang="ts">
|
||||
export async function load() {
|
||||
return {
|
||||
stuff: {
|
||||
title: 'Impressum',
|
||||
description: 'The impressum I have to include for Germany.',
|
||||
},
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
<h1>Impressum</h1>
|
||||
|
||||
<p>Information according to §5 TMG:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue