aboutsummaryrefslogtreecommitdiff
path: root/pages/inspire.vue
blob: 4ed16f98bd7f6df0dc3701b03ebbc53f2b9287d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
  <v-layout>
    <v-flex class="text-center">
      <img src="/v.png" alt="Vuetify.js" class="mb-5" />
      <blockquote class="blockquote">
        &#8220;First, solve the problem. Then, write the code.&#8221;
        <footer>
          <small>
            <em>&mdash;John Johnson</em>
          </small>
        </footer>
      </blockquote>
    </v-flex>
  </v-layout>
</template>