You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
553 B

  1. <template>
  2. <v-content>
  3. <v-container>
  4. <v-layout>
  5. <v-flex text-xs-center>
  6. <img
  7. src="/v.png"
  8. alt="Vuetify.js"
  9. class="mb-5"
  10. >
  11. <blockquote class="blockquote">
  12. &#8220;First, solve the problem. Then, write the code.&#8221;
  13. <footer>
  14. <small>
  15. <em>&mdash;John Johnson</em>
  16. </small>
  17. </footer>
  18. </blockquote>
  19. </v-flex>
  20. </v-layout>
  21. </v-container>
  22. </v-content>
  23. </template>