| 12345678910111213141516171819 |
- <template>
- <v-layout>
- <v-flex 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-flex>
- </v-layout>
- </template>
|