add: imp, privacy
Add imprint and privacy stuff
This commit is contained in:
parent
85e6035a9a
commit
eabd67f93e
7 changed files with 4948 additions and 2144 deletions
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<header class="Header">
|
||||
<strong><span>Pro</span>Papier</strong>
|
||||
<NuxtLink to="/">
|
||||
<strong><span>Pro</span>Papier</strong>
|
||||
</NuxtLink>
|
||||
<label for="burger_nav_toggle" v-if="available">
|
||||
<Icon name="solar:hamburger-menu-broken" size="2em" />
|
||||
</label>
|
||||
|
@ -19,4 +21,11 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
const available = false
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
header a {
|
||||
text-decoration: none;
|
||||
color: var(--color-black);
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue