26 lines
		
	
	
		
			633 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			633 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta
 | |
|       http-equiv="Cache-Control"
 | |
|       content="no-cache, no-store, must-revalidate"
 | |
|     />
 | |
|     <meta http-equiv="Pragma" content="no-cache" />
 | |
|     <meta http-equiv="Expires" content="0" />
 | |
|     <meta charset="utf-8" />
 | |
|     <meta name="tok" value="$tok" />
 | |
|     <meta name="action" value="$authaction" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
| 
 | |
|     <link rel="stylesheet" type="text/css" href="splash.css" />
 | |
| 
 | |
|     <title>Hotspot Gateway</title>
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <div>
 | |
|       <p class="center">IGCTF{get-off-my-wifi}</p>
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |