webapp: Added first simple navigation with two subpages

This commit is contained in:
Thomas Basler
2022-04-12 23:31:47 +02:00
parent 6deeec7b97
commit 917a091bf2
9 changed files with 108 additions and 74 deletions

View File

@@ -0,0 +1,5 @@
<template>
<div class="bg-light p-5 rounded">
<h1>Home</h1>
</div>
</template>