maintenance_website/index.php

27 lines
1.0 KiB
PHP
Raw Permalink Normal View History

2021-11-09 23:49:37 +01:00
<?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/generiques/Noir-cercle-plein.svg" alt="0" height="24px">3 Service indisponible</h1>
2023-01-10 10:31:42 +01:00
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>
2021-11-09 23:49:37 +01:00
<h1>5<img src="https://git.gnous.fr/Gnous/Communication/raw/branch/master/logos/generiques/Noir-cercle-plein.svg" alt="0" height="24px">3 Service unavailable</h1>
2021-11-09 23:49:37 +01:00
2023-01-10 10:31:42 +01:00
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>
2021-11-09 23:49:37 +01:00
</BODY>
</HTML>