0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-07 20:15:05 +00:00
VueTube/NUXT/pages/about.vue
2022-03-02 14:11:16 -05:00

13 lines
242 B
Vue

<template>
<center class="pageTitle">
<h1>VueTube</h1>
<v-btn><v-icon>mdi-github</v-icon></v-btn>
<v-btn><v-icon>mdi-discord</v-icon></v-btn>
</center>
</template>
<style scoped>
.pageTitle {
margin-bottom: 2em;
}
</style>