Initial commit

This commit is contained in:
thopic 2021-11-09 23:49:37 +01:00
commit ed53ea0d65
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 25 additions and 0 deletions

2
.htaccess Normal file
View File

@ -0,0 +1,2 @@
RewriteEngine on
FallbackResource /index.php

23
index.php Normal file
View 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>