mirror of
https://github.com/ieshuelin/cyr3a25.git
synced 2026-06-06 01:16:48 +00:00
17 lines
664 B
HTML
17 lines
664 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Webs de 3ºA</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hola!</h1>
|
|
<p>Aquí se pueden ver todas las páginas que habéis hecho. El código para importar las páginas en su sitio es abierto y está en <a href="https://github.com/ieshuelin/cyr3a25">Github</a>.</p>
|
|
<p>Debajo estará una lista con todas las webs. Podéis ver las vuestras y las de vuestros compañeros ;D</p>
|
|
<ul>
|
|
{{LIST}}
|
|
</ul>
|
|
<p>pd: esta web está hecha aplicando los conocimientos que he explicado en clase.</p>
|
|
</body>
|
|
</html> |