24 lines
		
	
	
		
			834 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			834 B
		
	
	
	
		
			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>
 | |
| 
 | |
| 	<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>
 |