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

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