|
|
@ -12,12 +12,13 @@
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="container flex mx-auto h-screen w-screen">
|
|
|
|
<div class="container flex mx-auto h-screen w-screen">
|
|
|
|
<div class="m-auto">
|
|
|
|
<div class="m-auto">
|
|
|
|
{#if browserName }
|
|
|
|
{#if browserName }
|
|
|
|
<center>
|
|
|
|
<center>
|
|
|
|
{#if chromium}
|
|
|
|
{#if chromium}
|
|
|
|
<h1 class="">{ browserName } is not supported by this Website</h1>
|
|
|
|
<h1 class="leading-normal lg:leading-normal text-4xl lg:text-7xl">{ browserName } is not supported by this Website</h1>
|
|
|
|
<h2 class="leading-normal lg:leading-normal text-3xl lg:text-6xl">Use a different web browser</h2>
|
|
|
|
<h2 class="leading-normal lg:leading-normal text-3xl lg:text-6xl">Use a different web browser</h2>
|
|
|
|
<h4 class="leading-normal lg:leading-normal text-2xl lg:text-4xl">
|
|
|
|
<h4 class="leading-normal lg:leading-normal text-2xl lg:text-4xl">
|
|
|
|
<a class="underline text-blue visited:text-purple-600" href="/">Why?</a>
|
|
|
|
<a class="underline text-blue visited:text-purple-600" href="/">Why?</a>
|
|
|
|