EIE::lingua-ignis: Add website banner
This commit is contained in:
		@@ -0,0 +1,8 @@
 | 
			
		||||
		</main>
 | 
			
		||||
		<footer>
 | 
			
		||||
			<p>Copyright © 2022-<?= date("Y") ?> Lingua Ignis<br />
 | 
			
		||||
			This document is licensed under the
 | 
			
		||||
			<a href="https://creativecommons.org/licenses/by-nd/4.0/" >CC-BY-ND 4.0 License</a>.</p>
 | 
			
		||||
		</footer>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
@@ -0,0 +1,25 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="es-ES" >
 | 
			
		||||
	<head>
 | 
			
		||||
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 | 
			
		||||
		<meta http-equiv="Content-Language" content="es-ES" />
 | 
			
		||||
		<meta name="viewport" content="width=device-width" />
 | 
			
		||||
		<meta name="keywords" content="languages, translation, templates" />
 | 
			
		||||
		<meta name="description" content="El servicio para facilitar la traducción de plantillas." />
 | 
			
		||||
		<meta name="author" content="<?= $site_author ?>" />
 | 
			
		||||
		<meta name="generator" content="Isidore" />
 | 
			
		||||
		<title><?= $title ?> - <?= $site_name ?></title>
 | 
			
		||||
		<link rel="stylesheet" href="/style.css" type="text/css" />
 | 
			
		||||
		<link rel="icon" href="/favicon.png" type="image/png" />
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<header>
 | 
			
		||||
			<h1><?= $site_name ?></h1>
 | 
			
		||||
		</header>
 | 
			
		||||
		<nav>
 | 
			
		||||
			<a href="/" >Inicio</a>
 | 
			
		||||
			<a href="/services.html" >Servicios</a>
 | 
			
		||||
			<a href="/mission.html" >Misión</a>
 | 
			
		||||
			<a href="/team.html" >El Equipo</a>
 | 
			
		||||
		</nav>
 | 
			
		||||
		<main>
 | 
			
		||||
		Reference in New Issue
	
	Block a user