0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-09 04:55:07 +00:00
VueTube/NUXT/pages/index.vue
2022-03-15 16:05:44 -04:00

7 lines
248 B
Vue

<template>
<center>
<v-img width="80%" style="margin-top: 5em;" src="/dev.svg" />
<h1 class="grey--text">Page Under Construction</h1>
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
</center>
</template>