radiantassure/offline.html
2025-12-25 07:57:20 +00:00

21 lines
596 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Directement racine Hors connexion</title>
<meta name="theme-color" content="#1f2a44">
<style>
body{font-family:Arial, sans-serif; margin:40px; line-height:1.5;}
.box{max-width:560px;}
h1{margin:0 0 12px;}
</style>
</head>
<body>
<div class="box">
<h1>Directement racine Vous êtes hors connexion</h1>
<p>La connexion Internet nest pas disponible. Réessayez lorsque vous serez reconnecté.</p>
</div>
</body>
</html>