a
This commit is contained in:
parent
d072169b16
commit
0b46589c89
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Directement racine Hors connexion</title>
|
||||
<title>Hors connexion</title>
|
||||
<meta name="theme-color" content="#1f2a44">
|
||||
<style>
|
||||
body{font-family:Arial, sans-serif; margin:40px; line-height:1.5;}
|
||||
|
|
@ -13,8 +13,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="box">
|
||||
<h1>Directement racine Vous êtes hors connexion</h1>
|
||||
<p>La connexion Internet n’est pas disponible. Réessayez lorsque vous serez reconnecté.</p>
|
||||
<h1> <?= _("Vous êtes hors connexion") ?> </h1>
|
||||
<p><?= _("La connexion Internet n’est pas disponible. Réessayez lorsque vous serez reconnecté.") ?>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user