mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
12 lines
474 B
Vue
12 lines
474 B
Vue
<template>
|
|
<div class="flex min-h-screen flex-col justify-center px-6 py-12 lg:px-8 relative">
|
|
<div>
|
|
<h1 class="text-2xl font-bold tracking-tight text-gray-50 sm:text-4xl text-center">Registration was a
|
|
success!
|
|
</h1>
|
|
<p class="mt-6 text-lg leading-8 text-gray-300 text-center"> You can now login to your account in any
|
|
Mastodon
|
|
client </p>
|
|
</div>
|
|
</div>
|
|
</template> |