This commit is contained in:
2021-06-11 18:27:35 +02:00
commit e44f5cc685
17 changed files with 27498 additions and 0 deletions

5
src/views/About.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>