IFCD0210/Practicas/Practicas HTML/landing/index.html
Marcos Lopez 1afaa1b1c0 Dia 23
2024-01-09 13:32:42 +01:00

12 lines
363 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing page</title>
</head>
<body>
<a href="http://marklogo.atwebpages.com/constructora/">1- Constructora</a> <br>
<a href="http://marklogo.atwebpages.com/webdiseno/">2- Web Diseño</a>
</body>
</html>