VueTube/NUXT/pages/subscriptions.vue

8 lines
268 B
Vue
Raw Normal View History

2022-02-24 19:45:36 +00:00
<template>
<center>
2022-03-15 22:33:16 +00:00
<img style="margin-top: 5em; max-width: 80%; max-height: 15em;" src="/dev.svg" />
2022-03-15 20:05:44 +00:00
<h1 class="grey--text">Page Under Construction</h1>
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
2022-02-24 19:45:36 +00:00
</center>
</template>