mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-26 00:29:43 +02:00
20 lines
416 B
Vue
20 lines
416 B
Vue
|
<template>
|
||
|
<v-row>
|
||
|
<v-col class="text-center">
|
||
|
<img
|
||
|
src="/v.png"
|
||
|
alt="Vuetify.js"
|
||
|
class="mb-5"
|
||
|
>
|
||
|
<blockquote class="blockquote">
|
||
|
“First, solve the problem. Then, write the code.”
|
||
|
<footer>
|
||
|
<small>
|
||
|
<em>—John Johnson</em>
|
||
|
</small>
|
||
|
</footer>
|
||
|
</blockquote>
|
||
|
</v-col>
|
||
|
</v-row>
|
||
|
</template>
|