Initial commit

This commit is contained in:
Techit Thawiang
2025-06-29 14:02:21 +07:00
parent a401f9a472
commit af1b5b9b83
228 changed files with 11589 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<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>