VueTube/NUXT/pages/index.vue

8 lines
248 B
Vue
Raw Normal View History

2022-01-24 22:56:57 +00:00
<template>
2022-02-24 22:29:34 +00:00
<center>
2022-03-15 20:05:44 +00:00
<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>
2022-02-24 22:29:34 +00:00
</center>
2022-01-24 22:56:57 +00:00
</template>