This commit is contained in:
2020-11-26 01:30:15 +01:00
parent bd6f4f3827
commit 53e8aa9a9c
17 changed files with 566 additions and 111 deletions

View File

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