mirror of
https://github.com/ieshuelin/cyr3a25.git
synced 2026-06-16 04:42:30 +00:00
22 lines
874 B
HTML
22 lines
874 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 habrá 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>
|
|
<style>
|
|
body {
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html> |