mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-04 18:55:04 +00:00
fix issue #83
This commit is contained in:
parent
a860645193
commit
f204e87f7d
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<center>
|
<center>
|
||||||
<img style="margin-top: 5em; max-width: 80%; max-height: 15em;" src="/dev.svg" />
|
<v-img contain style="margin-top: 5em; max-width: 80%; max-height: 15em;" src="/dev.svg" />
|
||||||
<h1 class="grey--text">Page Under Construction</h1>
|
<h1 class="grey--text">Page Under Construction</h1>
|
||||||
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
|
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
|
||||||
<!-- <button @click="debugRecommend">Test Button</button>
|
<!-- <button @click="debugRecommend">Test Button</button>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<center>
|
<center>
|
||||||
<img style="margin-top: 5em; max-width: 80%; max-height: 15em;" src="/dev.svg" />
|
<v-img contain style="margin-top: 5em; max-width: 80%; max-height: 15em;" src="/dev.svg" />
|
||||||
<h1 class="grey--text">Page Under Construction</h1>
|
<h1 class="grey--text">Page Under Construction</h1>
|
||||||
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
|
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<center>
|
<center>
|
||||||
<img style="margin-top: 5em; max-width: 80%; max-height: 15em;" src="/dev.svg" />
|
<v-img contain style="margin-top: 5em; max-width: 80%; max-height: 15em;" src="/dev.svg" />
|
||||||
<h1 class="grey--text">Page Under Construction</h1>
|
<h1 class="grey--text">Page Under Construction</h1>
|
||||||
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
|
<p class="grey--text">Please read the VueTube FAQ for more information.</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
Loading…
Reference in a new issue