Merge pull request 'main' (#14) from main into prod

Reviewed-on: #14
prod
Trivernis 1 year ago
commit af41093aca

@ -7,7 +7,7 @@
<h3 class="leading-normal text-5xl">Use a different web browser</h3> <h3 class="leading-normal text-5xl">Use a different web browser</h3>
</header> </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> <h2>What is Chromium?</h2>
<p> <p>

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

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

@ -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>

Loading…
Cancel
Save