Impressum.vue 192 B

12345678910
  1. <template>
  2. <div>
  3. <h1>Impressum</h1>
  4. Impressum will be added soon (as soon as the website serves its purpose)<br>
  5. Nicolas Hirsch<br>
  6. more<br>
  7. info<br>
  8. later<br>
  9. </div>
  10. </template>