scss
This commit is contained in:
parent
3947f621aa
commit
1bab88d044
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user