|
|
@ -1,11 +1,8 @@ |
|
|
|
<template> |
|
|
|
<!-- CONTENT --> |
|
|
|
<section id="Content" class="relative w-[100vw] h-[100vh]"> |
|
|
|
<div |
|
|
|
class="p-6 bg-white w-full max-w-[calc((100vh-env(safe-area-inset-top)-env(safe-area-inset-bottom))*0.4)] mx-auto" |
|
|
|
> |
|
|
|
<section id="Content" class="p-6 pb-24 max-w-3xl mx-auto"> |
|
|
|
<div class="mb-4"> |
|
|
|
<h1 class="text-xl text-center font-semibold relative mb-4"> |
|
|
|
<h1 class="text-2xl text-center font-semibold relative px-7"> |
|
|
|
Redirecting to Time Safari |
|
|
|
</h1> |
|
|
|
|
|
|
@ -58,16 +55,12 @@ |
|
|
|
<div class="text-center text-sm text-gray-500 mt-4"> |
|
|
|
<p v-if="isMobile"> |
|
|
|
Or manually open: |
|
|
|
<code class="bg-gray-100 px-2 py-1 rounded">{{ |
|
|
|
deepLinkUrl |
|
|
|
}}</code> |
|
|
|
<code class="bg-gray-100 px-2 py-1 rounded">{{ deepLinkUrl }}</code> |
|
|
|
</p> |
|
|
|
<p v-else> |
|
|
|
If you have the Time Safari app installed, you can also copy this |
|
|
|
link: |
|
|
|
<code class="bg-gray-100 px-2 py-1 rounded">{{ |
|
|
|
deepLinkUrl |
|
|
|
}}</code> |
|
|
|
<code class="bg-gray-100 px-2 py-1 rounded">{{ deepLinkUrl }}</code> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|
|
|
@ -91,7 +84,6 @@ |
|
|
|
<p>Processing redirect...</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</template> |
|
|
|
|
|
|
|