mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-22 15:48:05 +00:00
10 lines
518 B
Plaintext
10 lines
518 B
Plaintext
<!DOCTYPE html>
|
|
<section class="py-24 xl:py-40">
|
|
<div class="max-w-6xl mx-auto px-2 lg:px-4 align-center">
|
|
<h3 id="header" class="py-8 break-word text-center font-display font-bold text-2xl">Invalid input format</h3>
|
|
<p class="text-center">Parsing of given URL failed with: <code id="error" class="font-bold"><%= error.message %></code></p>
|
|
</br>
|
|
<p if="info" class="pt-4 text-lg text-gray-500 mt-4 text-center">This might be a phishing attack or simply a malformed ENS name.</p>
|
|
</div>
|
|
</section>
|