mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-11 04:52:09 +10:00
16 lines
645 B
Vue
16 lines
645 B
Vue
<template>
|
|
<div class="mx-auto flex flex-col items-center gap-y-4 max-w-2xl py-32 sm:py-48 lg:py-56">
|
|
<div>
|
|
<Wordmark />
|
|
</div>
|
|
<div class="text-center">
|
|
<h1 class="text-balance text-4xl font-bold font-display tracking-tight text-zinc-100 sm:text-6xl">
|
|
Under construction
|
|
</h1>
|
|
<p class="mt-6 text-lg leading-8 text-zinc-400">
|
|
Yes, we know. We're working on it <a class="text-white" target="_blank"
|
|
href="https://github.com/Drop-OSS/drop-app/issues/52">here.</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</template> |