Compare commits

...

4 Commits

@ -7,7 +7,7 @@
<h3 class="leading-normal text-5xl">Use a different web browser</h3>
</header>
<main class="w-10/12 md:w-2/3 xl:w-1/2 mx-auto prose">
<main class="w-10/12 md:w-2/3 xl:w-1/2 mx-auto prose max-w-none">
<h2>What is Chromium?</h2>
<p>

@ -0,0 +1 @@
export const prerender = true;

@ -0,0 +1 @@
export const prerender = true;

@ -12,12 +12,13 @@
});
</script>
<div class="container flex mx-auto h-screen w-screen">
<div class="m-auto">
{#if browserName }
<center>
{#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>
<h4 class="leading-normal lg:leading-normal text-2xl lg:text-4xl">
<a class="underline text-blue visited:text-purple-600" href="/">Why?</a>

Loading…
Cancel
Save