Initial commit
This commit is contained in:
commit
ed53ea0d65
23
index.php
Normal file
23
index.php
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?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>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
</BODY>
|
||||||
|
</HTML>
|
Loading…
Reference in New Issue
Block a user