Skip to content
Snippets Groups Projects
index.vue 461 B
Newer Older
TimFB's avatar
TimFB committed
<template>
  <v-container class="d-flex" fill-height>
    <v-row class="justify-center align-center">
      <h1 align="center" class="text-h4 center text-sm-h2 text-lg-h1">
        Spaß mit Wappen
      </h1>
    </v-row>
    <v-row class="justify-center">
      <nuxt-link to="/info">
        <v-btn color="primary" elevation="4" x-large dark> Start </v-btn>
      </nuxt-link>
    </v-row>
  </v-container>
TimFB's avatar
TimFB committed
</template>

<script>
TimFB's avatar
TimFB committed
</script>