Initial commit

This commit is contained in:
2022-04-08 18:47:15 +02:00
commit d795d9b82b
22 changed files with 28578 additions and 0 deletions

21
pages/inspire.vue Normal file
View File

@@ -0,0 +1,21 @@
<template>
<v-row>
<v-col 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-col>
</v-row>
</template>
<script>
export default {
name: 'InspirePage',
}
</script>