2020-10-13 18:19:54 +00:00
|
|
|
<?= helper(['components', 'svg']) ?>
|
2020-05-27 18:46:16 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2020-06-05 13:54:40 +00:00
|
|
|
|
2020-05-27 18:46:16 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="robots" content="noindex">
|
|
|
|
|
|
|
|
<title>Whoops!</title>
|
2020-10-13 18:19:54 +00:00
|
|
|
<link rel="stylesheet" href="/assets/index.css"/>
|
2020-05-27 18:46:16 +02:00
|
|
|
</head>
|
|
|
|
|
2020-10-13 18:19:54 +00:00
|
|
|
<body class="flex flex-col items-center justify-center min-h-screen px-2 text-center bg-gray-100">
|
|
|
|
<?= svg('castopod-mascot_confused', 'h-64') ?>
|
|
|
|
<h1 class="text-3xl font-bold md:text-4xl lg:text-5xl">Whoops!</h1>
|
|
|
|
<p class="mb-6 text-lg text-gray-600 md:text-xl lg:text-2xl">We seem to have hit a snag. Please try again later...</p>
|
2020-05-27 18:46:16 +02:00
|
|
|
</body>
|
|
|
|
|
2020-06-05 13:54:40 +00:00
|
|
|
</html>
|