Skip to content

Instantly share code, notes, and snippets.

@johackim
Last active January 13, 2025 22:00
Show Gist options
  • Select an option

  • Save johackim/bcdb9111cfda4fd9e8b60eeae3cd867d to your computer and use it in GitHub Desktop.

Select an option

Save johackim/bcdb9111cfda4fd9e8b60eeae3cd867d to your computer and use it in GitHub Desktop.
maintenance.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Ethibox - Maintenance en cours</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">Maintenance en cours</p>
<p class="mt-2 p-2 sm:p-0 sm:text-xl font-bold">Un administrateur s'occupe de mettre à jour votre application</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