Files
web/layouts/default.vue
T
Techit Thawiang af1b5b9b83 Initial commit
2025-06-29 14:02:21 +07:00

15 lines
607 B
Vue

<template>
<div>
<header id="web-header">
<section id="web-heading">
<img width="36" height="42" style="filter:invert(var(--ui-header-logo-inverted))" src="/thawiang-symbol.svg">
</section>
<nav id="web-nav">
<p class="nav-text"><NuxtLink href="/">Home</NuxtLink>, <NuxtLink href="/contact">Contact</NuxtLink>, <NuxtLink href="/fonts">Fonts</NuxtLink>, <NuxtLink href="/collections">Collections</NuxtLink></p>
<hr>
</nav>
</header>
<slot/>
<WebFooter/>
</div>
</template>