mirror of
				https://gitlab.com/parroquia-san-leandro/cancionero-web.git
				synced 2025-11-04 07:08:38 +01:00 
			
		
		
		
	* data format
* replace js link to a tag
* css fixes
* changed link structure to /{number}/{name}/
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <meta http-equiv="refresh" content="0; url = {0}">
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <a href="{0}">Redirigiendo a la canción, haz click aquí si no sucede de forma automática.</a>
 | 
						|
    </body>
 | 
						|
</html>
 |