mirror of
				https://gitlab.com/parroquia-san-leandro/cancionero-web.git
				synced 2025-11-04 07:08:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			898 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			898 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Cancionero - Parroquia San Leandro</title>
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    %s
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <header>
 | 
						|
        <h1>Cancionero San Leandro</h1>
 | 
						|
        <nav class="nav">
 | 
						|
            <ul>
 | 
						|
                <li><a href="https://sanleandro-obispo.net/">Parroquia San Leandro</a></li>
 | 
						|
                <li><a href="https://nube.sanleandro-obispo.net/s/X23Jzz5A6dpCfr2">Grabaciones</a></li>
 | 
						|
                <li><a href="https://sanleandro-obispo.net/cancionero/">Cancionero en PDF</a></li>
 | 
						|
            </ul>
 | 
						|
        </nav>
 | 
						|
    </header>
 | 
						|
    <main>
 | 
						|
        %s
 | 
						|
    </main>
 | 
						|
    <footer>
 | 
						|
        <p>Canciones del <a href="https://sanleandro-obispo.net/cancionero">Cancionero</a> de la <a href="https://sanleandro-obispo.net">Parroquia San Leandro</a></p>
 | 
						|
    </footer>
 | 
						|
</body>
 | 
						|
</html>
 |