aboutsummaryrefslogtreecommitdiff
path: root/pages/a-propos.vue
blob: 6171aa1309560dffe195239e8d6616357946ebe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
  <div>
    <h1>À propos la site web</h1>
    <p>Cette site web est créé pour mon Français projet.</p>
    <h1>Crédits</h1>
    <p>Site web créé par <a href="https://alee14.me">Andrew Lee</a></p>
  </div>
</template>

<script>
export default {
  components: {},
}
</script>