This commit is contained in:
2020-11-25 16:19:00 +01:00
commit 6a28b8f225
17 changed files with 12162 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>