mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-08 04:25:07 +00:00
13 lines
242 B
Vue
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>
|