Last active
December 29, 2024 18:47
-
-
Save johackim/a0c56b9fbfd63abfdd011663f9d0044d to your computer and use it in GitHub Desktop.
suspended.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Ethibox - Application suspendu</title> | |
<link href="https://unpkg.com/tailwindcss@2.2.8/dist/tailwind.min.css" rel="stylesheet"> | |
</head> | |
<body class="bg-gray-900 text-white min-h-screen flex justify-center items-center text-center"> | |
<main> | |
<p class="mt-2 p-2 sm:p-0 sm:text-2xl font-bold">Application suspendu</p> | |
<p class="mt-2 p-2 sm:p-0 sm:text-xl font-bold">Veuillez-nous contacter sur <a href="mailto:contact@ethibox.fr" class="underline">contact@ethibox.fr</a></p> | |
</main> | |
<footer class="absolute bottom-0"> | |
<span class="block mb-4">Ethibox</span> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment