mirror of
				https://github.com/Mibew/CanteenHTML5.git
				synced 2025-10-31 10:21:06 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			216 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			216 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|     <head>
 | |
|         <title>Redirector</title>
 | |
|         <meta http-equiv="refresh" content="0;url=../">
 | |
|     </head>
 | |
|     <body>
 | |
|         <a href="../">Click here to redirect</a>
 | |
|     </body>
 | |
| </html>
 |