feat: add HomeView
This commit is contained in:
parent
020f7c1160
commit
e7cc3488e0
1 changed files with 13 additions and 0 deletions
13
src/views/HomeView.vue
Normal file
13
src/views/HomeView.vue
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<script setup lang="ts">
|
||||||
|
import TextBlock from "@/components/TextBlock.vue";</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<TextBlock>
|
||||||
|
<h1>Viktor Kraastav</h1>
|
||||||
|
<h2>Character Reference Page</h2>
|
||||||
|
<h3>Welcome to Viktor's Ref Page</h3>
|
||||||
|
|
||||||
|
<p>Here you can learn all about the ankylosaurus named Viktor.</p>
|
||||||
|
<p>Pick an item from the navigation to dive in!</p>
|
||||||
|
</TextBlock>
|
||||||
|
</template>
|
Loading…
Add table
Add a link
Reference in a new issue