📝 (about) add an about page

This commit is contained in:
2021-03-19 23:54:29 +01:00
parent 2bd9cb8dd0
commit 4e5e2a2647
2 changed files with 39 additions and 3 deletions

View File

@@ -98,7 +98,7 @@
<footer>
<p>
This web app is clearly inspired by
This web app was inspired by
<a
href="https://notes.andymatuschak.org/About_these_notes"
target="_blank"
@@ -115,6 +115,8 @@
rel="noopener noreferrer"
>Julien</a
>
|
<router-link :to="{ name: 'About' }">about</router-link>
</p>
</footer>
</div>