mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-18 04:11:47 +01:00
Add navbar
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Navbar />
|
||||
|
||||
<main>
|
||||
|
||||
<h1 class="text-5xl font-bold">
|
||||
Hello world
|
||||
</h1>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup lang="ts">
|
||||
import Navbar from "@/components/Navbar/Navbar.vue";
|
||||
</script>
|
||||
Reference in New Issue
Block a user