crbtc.org/pages/register.vue

16 lines
202 B
Vue
Raw Normal View History

2023-07-28 00:17:00 +00:00
<script setup>
useHead({
title: 'Create account | crbtc.org',
meta: [
{
name: 'description',
content: ``
},
],
})
2023-07-28 01:44:21 +00:00
2023-07-28 00:17:00 +00:00
</script>
2023-07-17 19:11:13 +00:00
<template>
2023-07-28 00:17:00 +00:00
2023-07-17 19:11:13 +00:00
</template>