blob: 75876fa39ccc75f1964290bbf39fd7554997635f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<template lang="pug">
.mx-auto.max-w-7xl.py-6(class="sm:px-6 lg:px-8")
</template>
<script>
export default {
name: "IndexPage",
layout: "default",
head: {
title: "Verden - Social for 3D artists",
},
};
</script>
|