summaryrefslogtreecommitdiff
path: root/pages/index.vue
blob: 8915ba859dd8f3e8bb0a682251db8832b3bbcb33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<template lang="pug">
  h1 Hello
</template>

<script>
export default {
  name: "IndexPage",
  head: {
    title: "Verden - Social for 3D artists",
  },
};
</script>