mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-07 20:15:05 +00:00
14 lines
242 B
Vue
14 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>
|