25 lines
582 B
Vue
25 lines
582 B
Vue
<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>
|