setup tailwind & content
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
22
pages/index.vue
Normal file
22
pages/index.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<script lang="ts" setup>
|
||||
|
||||
|
||||
useHead({
|
||||
title: "Home",
|
||||
meta: [
|
||||
{
|
||||
name: "description",
|
||||
content: "Home",
|
||||
},
|
||||
],
|
||||
titleTemplate: "Elon's Blog - %s",
|
||||
});
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<main>
|
||||
|
||||
<h1>This ia main section</h1>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user