it-tools/pages/inspire.vue

16 lines
385 B
Vue
Raw Normal View History

2020-12-21 22:06:13 +01:00
<template>
<v-row>
<v-col class="text-center">
2020-12-21 22:49:27 +01:00
<img src="/v.png" alt="Vuetify.js" class="mb-5">
2020-12-21 22:06:13 +01:00
<blockquote class="blockquote">
&#8220;First, solve the problem. Then, write the code.&#8221;
<footer>
<small>
<em>&mdash;John Johnson</em>
</small>
</footer>
</blockquote>
</v-col>
</v-row>
</template>