15 lines
		
	
	
		
			No EOL
		
	
	
		
			595 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			No EOL
		
	
	
		
			595 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html style="height: 100%; width: 100%">
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <title>%%TITLE%%</title>
 | |
| </head>
 | |
| <body style="background-color: lightgray; display: table; font-family: 'Segoe UI'; height: 98%; text-align: center; width: 99%">
 | |
|     <div style="display: table-cell; vertical-align: middle">
 | |
|         <h1 style="color: red">%%TITLE%%</h1>
 | |
|         <p>%%MESSAGE%%</p>
 | |
|         <p style="font-weight: bold">%%STATUS%%</p>
 | |
|         <button onclick="window.location.replace('%%URL%%')" style="cursor: pointer">↻ %%RETRY_BUTTON%%</button>
 | |
|     </div>
 | |
| </body>
 | |
| </html> | 
