mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 09:22:39 +00:00
11 lines
299 B
Vue
11 lines
299 B
Vue
<template>
|
|
<center>
|
|
<v-img
|
|
contain
|
|
style="margin-top: 5em; max-width: 80%; max-height: 15em"
|
|
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>
|