aboutsummaryrefslogtreecommitdiff
path: root/pages/about.vue
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-10-11 16:53:57 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-10-11 16:53:57 -0400
commit16097e4fd0d87a45820aa578eea232b3336d166f (patch)
treee50c4bfe5d1ee85ba9abc80b3bf84fa557116ef7 /pages/about.vue
parente843b8e40b01026a4d9a738b5321b6850f9e3573 (diff)
downloadchine-projet-16097e4fd0d87a45820aa578eea232b3336d166f.tar.gz
chine-projet-16097e4fd0d87a45820aa578eea232b3336d166f.tar.bz2
chine-projet-16097e4fd0d87a45820aa578eea232b3336d166f.zip
Major changes
Diffstat (limited to 'pages/about.vue')
-rw-r--r--pages/about.vue15
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/about.vue b/pages/about.vue
new file mode 100644
index 0000000..b01eb71
--- /dev/null
+++ b/pages/about.vue
@@ -0,0 +1,15 @@
+<template>
+ <div>
+ <nuxt-link to="/">Accueil</nuxt-link>
+ <h1>Sur 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>