add titles

This commit is contained in:
2022-07-22 17:16:27 -04:00
parent c30c61b46d
commit b608ece7ae
7 changed files with 20 additions and 8 deletions

View File

@@ -1,9 +1,11 @@
<script setup lang="ts">
import Navbar from "../components/Navbar.vue";
useHead({ title: "Eggworld" });
</script>
<template>
<div class="flex flex-col items-center w-full h-full">
<div class="flex flex-col items-center w-full h-full justify-between">
<Navbar />
<slot />
<footer