Localisation change
parent
40f29c5b4e
commit
b6ce73c524
@ -0,0 +1,50 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<!-- COMMON TAGS -->
|
||||
<meta charset="utf-8">
|
||||
<title>Gnous.eu - Ce service n'existe pas</title>
|
||||
<link rel="stylesheet" href="https://gnous.eu/dist/spectre.min.css">
|
||||
<link rel="stylesheet" href="https://gnous.eu/dist/gnous2019.css">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> <link rel="icon" type="image/png" href="https://gnous.eu/img/logo.png" />
|
||||
</head>
|
||||
<body >
|
||||
|
||||
<div class="container" style="margin-top: 3vh;">
|
||||
<div class="mx-2">
|
||||
<h1>Impossible d'afficher la page demandée... (601)</h1>
|
||||
<p>Notre infrastructure répond mais le service que vous avez demandé n'existe pas ou n'existe plus. <a href="https://gnous.eu/services">Voir la liste de nos services</a></p>
|
||||
</div>
|
||||
|
||||
<div class="container bg-gray" style="padding: 5vh;">
|
||||
<h2 class="text-center">Situation :</h2>
|
||||
<ul class="step" style="width: 70%; margin: 0 auto;">
|
||||
<li class="step-item">
|
||||
<h1><a href="#" class="tooltip" data-tooltip="Vous"><i class="fas fa-ethernet text-primary"></i></a></h1>
|
||||
<p class="text-success">Vous êtes connectés à internet</p>
|
||||
</li>
|
||||
<li class="step-item">
|
||||
<h1><a href="#" class="tooltip" data-tooltip="Nom de domaine"><i class="fas fa-globe text-primary"></i></a></h1>
|
||||
<p class="text-success">Le nom de domaine pointe sur notre infrastructure</p>
|
||||
</li>
|
||||
<li class="step-item">
|
||||
<h1><a href="#" class="tooltip" data-tooltip="Infrastructure Gnous.eu"><i class="fas fa-server text-primary"></i></a></h1>
|
||||
<p class="text-success">Notre infrastructure est opérationnelle</p>
|
||||
</li>
|
||||
<li class="step-item active">
|
||||
<h1><a href="#" class="tooltip" data-tooltip="Service demandé"><i class="fas fa-cogs text-warning"></i></a></h1>
|
||||
<p class="text-success">Le service n'existe pas</p>
|
||||
<h1></h1>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="container mx-2">
|
||||
<h2>Que faire ?</h2>
|
||||
<p>Si vous pensez que cela n'est pas normal, nous vous demandons de contacter un administrateur via un moyen de communication en directe.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue