feat: add new site
This commit is contained in:
parent
53738961bb
commit
532a32db68
27 changed files with 1198 additions and 1328 deletions
19
src/routes/impressum.svelte
Normal file
19
src/routes/impressum.svelte
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<h1>Impressum</h1>
|
||||
|
||||
<p>Information according to §5 TMG:</p>
|
||||
|
||||
<ul>
|
||||
<li>Alexander Daichendt</li>
|
||||
<li>Wiesenweg 10a</li>
|
||||
<li>85464 Neufinsing</li>
|
||||
<li>GERMANY</li>
|
||||
</ul>
|
||||
|
||||
<p>Contact:</p>
|
||||
<ul><li>privacy@daichendt.one</li></ul>
|
||||
|
||||
<style>
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue