crbtc.org/pages/login.vue

16 lines
195 B
Vue
Raw Normal View History

2023-07-28 00:17:00 +00:00
<script setup>
useHead({
title: 'Sign in | 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>