inzynieria_frontend/pages/index.vue

9 lines
147 B
Vue
Raw Normal View History

2021-12-05 19:38:51 +01:00
<template>
<main>
<h1>Cat or Not</h1>
<nuxt-link to="/check">
<Button text="GET STARTED" />
</nuxt-link>
</main>
2021-12-05 19:38:51 +01:00
</template>