Zwischenspeicher

This commit is contained in:
2023-05-03 12:49:56 +02:00
parent 43c2f1e841
commit b9299e2cdf
9 changed files with 26 additions and 31 deletions

19
components/HeaderNav.vue Normal file
View File

@ -0,0 +1,19 @@
<template>
<div class="header">
<table id="header-table">
<tr>
<th>
<NuxtLink to="/header/help">
Hilfe
</NuxtLink>
</th>
<th>
<NuxtLink to="/header/info">
Info
</NuxtLink>
</th>
<th> Logout </th>
</tr>
</table>
</div>
</template>