Erste Schritte Navigation

This commit is contained in:
2023-04-18 16:15:53 +02:00
parent 4079fade0a
commit 2b8ad2b416
9 changed files with 205 additions and 215 deletions

12
pages/adresses.vue Normal file
View File

@ -0,0 +1,12 @@
<template>
<div class="main-container">
<div class="heading">
<h1>
Willkommen in der Adressverwaltung
</h1>
</div>
<div class="content">
<p>fill this with content</p>
</div>
</div>
</template>