separating footer & navbar

This commit is contained in:
2025-11-25 23:08:06 +00:00
parent 5b9bb7106e
commit 0e0fdcc42e

View File

@@ -0,0 +1,6 @@
<template>
<nav class="no-print">
<RouterLink to="/">Home</RouterLink>
<RouterLink to="/cv">CV</RouterLink>
</nav>
</template>