og-image/src/page/About.vue
Simon Vieille ace8a0d891
Init
2023-01-30 09:01:16 +01:00

12 lines
346 B
Vue

<template>
<div class="w-full">
<p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
</div>
</template>
<script>
export default {
}
</script>