mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
16 lines
387 B
Vue
16 lines
387 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>
|