VueTube/NUXT/pages/index.vue

7 lines
165 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-02 18:59:31 +00:00
<v-icon size="100" style="margin-top: 0.5em;">mdi-close-circle</v-icon>
2022-02-24 22:29:34 +00:00
<h1 class="grey--text">Incomplete</h1>
</center>
2022-01-24 22:56:57 +00:00
</template>