initial commit
This commit is contained in:
24
src/views/AboutView.vue
Normal file
24
src/views/AboutView.vue
Normal file
@@ -0,0 +1,24 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>About</h1>
|
||||
<p>
|
||||
Inspired by <a href="https://when2meet.com">when2meet</a>, Let's meet is a free and open-source
|
||||
app that allows you and your friends to find a date to meet. From now on, there is no need to spend
|
||||
hours and hours trying to find a suitable day for everyone.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Developed and hosted by Naaturel<br>
|
||||
Check my links out !<br>
|
||||
<a href="https://github.com/">Github</a><br>
|
||||
<a href="https://bsky.app/profile/naaturel.be">Blue Sky</a>
|
||||
</p>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user