This commit is contained in:
Maciej 2021-12-17 18:05:25 +01:00
parent 3947f621aa
commit 1bab88d044

View File

@ -1,8 +1,12 @@
<template> <template>
<main> <main>
<h1>Cat or Not</h1> <div id="catornot">
<div id="text">
<h1>Cat or Not</h1>
</div>
</div>
<nuxt-link to="/check"> <nuxt-link to="/check">
<Button text="GET STARTED" /> <Button id="button" text="GET STARTED" />
</nuxt-link> </nuxt-link>
</main> </main>
</template> </template>