2022-02-24 19:45:36 +00:00
|
|
|
<template>
|
2022-03-31 21:26:53 +00:00
|
|
|
<center class="px-4">
|
2022-03-21 23:47:11 +00:00
|
|
|
<v-img
|
|
|
|
contain
|
|
|
|
style="margin-top: 5em; max-width: 80%; max-height: 15em"
|
|
|
|
src="/dev.svg"
|
|
|
|
/>
|
2022-03-31 21:26:53 +00:00
|
|
|
<h2
|
|
|
|
class="background--text mt-4"
|
2022-03-31 06:01:29 +00:00
|
|
|
:class="$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'"
|
|
|
|
>
|
|
|
|
Page Under Construction
|
2022-03-31 21:26:53 +00:00
|
|
|
</h2>
|
2022-03-31 06:01:29 +00:00
|
|
|
<p
|
|
|
|
class="background--text"
|
|
|
|
:class="$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'"
|
|
|
|
>
|
|
|
|
Please read the VueTube FAQ for more information.
|
|
|
|
</p>
|
2022-02-24 19:45:36 +00:00
|
|
|
</center>
|
|
|
|
</template>
|
2022-03-31 06:01:29 +00:00
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {};
|
|
|
|
</script>
|