2021-12-05 19:38:51 +01:00
|
|
|
<template>
|
2021-12-10 18:30:01 +01:00
|
|
|
<main>
|
2022-01-24 16:29:16 +01:00
|
|
|
<div id="test">
|
|
|
|
<div id="catornot">
|
|
|
|
<div id="text">
|
|
|
|
<h1>Cat or Not</h1>
|
|
|
|
</div>
|
2021-12-17 18:05:25 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-01-24 16:29:16 +01:00
|
|
|
<div id="flex">
|
|
|
|
<nuxt-link to="/check">
|
|
|
|
<Button id="button" text="GET STARTED" />
|
|
|
|
</nuxt-link>
|
|
|
|
</div>
|
2021-12-10 18:30:01 +01:00
|
|
|
</main>
|
2021-12-05 19:38:51 +01:00
|
|
|
</template>
|