maintenance_website/index.php
2023-01-10 10:31:42 +01:00

28 lines
1.0 KiB
PHP

<?php
http_response_code(503);
?>
<!DOCTYPE HTML>
<html>
<HEAD>
<meta charset="UTF-8">
<title>503 Service indisponible</title>
<link rel="SHORTCUT ICON" HREF="logo.svg">
</HEAD>
<BODY>
<h1>5<img src="https://git.gnous.fr/Gnous/Communication/raw/branch/master/logos/svg/Noir-cercle-plein.svg" alt="0" height="24px">3 Service indisponible</h1>
Vérifier si le service est momentanément en maintenance : <a href="https://travaux.gnous.fr" target="_blank">https://travaux.gnous.fr</a><br>
Si le problème persiste, vous pouvez envoyer un mail à <a href="mailto:salut@gnous.fr">salut@gnous.fr</a>
<h1>5<img src="https://git.gnous.fr/Gnous/Communication/raw/branch/master/logos/svg/Noir-cercle-plein.svg" alt="0" height="24px">3 Service unavailable</h1>
You might want to check if the service is momentaneously down for maintenance : <a href="https://travaux.gnous.fr" target="_blank">https://travaux.gnous.fr</a><br>
If the issue persists, you can ask <a href="mailto:salut@gnous.fr">salut@gnous.fr</a>
</BODY>
</HTML>