Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype HTML>
<html>
<head>
<meta charset="utf-8">
<title>Plantilla de aplicación</title>
<link rel="icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<h1>¡Hola, mundo!</h1>
<p class="content">
Esto es un ejemplo de web sencilla usando HTML, CSS y JavaScript.
</p>
<img id="logo-lsi" src="images/lsi.png" alt="Logo LSI">
<hr>
<a href="other.php">Enlace a otro documento</a>
<?php include 'footer.php'; ?>
<script src="js/scripts.js"></script>
</body>
</html>