mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-22 07:38:13 +00:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
<!DOCTYPE html>
|
|
<section class="py-24 xl:py-40">
|
|
<div class="max-w-xl mx-auto px-8 lg:px-12 align-center">
|
|
<h1><%= message %></h1>
|
|
<h2><%= error.status %></h2>
|
|
<pre><%= error.stack %></pre>
|
|
</div>
|
|
</section>
|