You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
466 B
Vue

<template>
<v-container>
<v-row class="text-center">
<v-col class="mb-4">
<h1 class="display-2 font-weight-bold mb-3">
Hallo World
</h1>
<p class="subheading font-weight-regular">
bla bla
</p>
</v-col>
</v-row>
<v-row align="center" justify="space-around">
<v-btn depressed>Login</v-btn>
<v-btn depressed color="primary">Chat</v-btn>
</v-row>
</v-container>
</template>