24 lines
		
	
	
		
			656 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			656 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <title><!-- inject:title --><!-- endinject --></title>
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
 | |
|   <link rel="stylesheet" href="main.css" inline>
 | |
| </head>
 | |
| <body>
 | |
| <div class="loader">
 | |
|   <p>
 | |
|     Your are Offline!<br />
 | |
|     <img inline src="logo.svg" class="spinner" alt="Loading ..."/>
 | |
|     <br />
 | |
|     No connection available.
 | |
|     <br /><br /><button onclick="location.reload(true)" class="btn text" aria-label="Try to reload">Try to reload</button><br />
 | |
|   </p>
 | |
|   <noscript>
 | |
|     <strong>JavaScript required</strong>
 | |
|   </noscript>
 | |
| </div>
 | |
| </body>
 | |
| </html>
 |