2
0
Fork 0
inspin.io/pages/help.vue

22 lines
341 B
Vue
Raw Permalink Normal View History

2024-08-15 12:28:47 +00:00
<script setup>
useHead({
title: 'Inspin Digital | Help center',
meta: [
{
name: 'description',
content: ``
},
],
})
</script>
<template>
<div class="partners center">
<!-- Hero -->
<div class="heading center">
<h2>Updating soon.</h2>
2024-08-15 12:28:47 +00:00
</div>
</div>
</template>