summaryrefslogtreecommitdiff
path: root/pages/index.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-12 16:21:05 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-12 16:21:05 +0200
commitf97bd6dcbcaedfd2255bb27360dbc8361a02100c (patch)
tree556cd603c6f3d9d34a640649dba7071d07a8c5db /pages/index.vue
Init
Diffstat (limited to 'pages/index.vue')
-rw-r--r--pages/index.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/index.vue b/pages/index.vue
new file mode 100644
index 0000000..3aa1b98
--- /dev/null
+++ b/pages/index.vue
@@ -0,0 +1,9 @@
+<template lang="pug">
+ h1 Hello
+</template>
+
+<script>
+export default {
+ name: "IndexPage",
+};
+</script>