﻿<!DOCTYPE html>
 <html>
 <head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

 <title>Internal Error</title>
 </head>
 <style>
 body {
	 font-family: Arial, Helvetica, sans-serif;
	 text-align: center;
 }
  
 .block_div {
	 padding: 10px;
	 width: 70%;    
	 margin: auto;
 }
 
 </style>
 <body>
 <div class="block_div">
 <h1>Internal Server Offline</h1>
 <hr>
 Internal Servers Offline. Detected by Janusec Application Gateway
 </div>
 </body>
 </html>
 