17 lines
312 B
Vue
17 lines
312 B
Vue
<template>
|
|
<main>
|
|
<div id="test">
|
|
<div id="catornot">
|
|
<div id="text">
|
|
<h1>Cat or Not</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="flex">
|
|
<nuxt-link to="/check">
|
|
<Button id="button" text="GET STARTED" />
|
|
</nuxt-link>
|
|
</div>
|
|
</main>
|
|
</template>
|