-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 998 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Amo muchísimo a mi familia</title>
<link rel="stylesheet" href="css/estilos.css" />
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo" src="imagenes/estudiante.png"/>
Blog de Dania, Dana y Dylan
<span id="tagline"> Los amores de mi vida</span>
</div>
<div id="post">
<h1>Dania empieza el colegio el lunes 08/01/2024 a las 7am</h1>
<p><img src="https://photos.google.com/photo/AF1QipNqeRgQq-KT0rNnr9oq_SStmH5_7MDgIa4UIUQa" width="100%"/></p>
<p>Dylan come mejor. Además también ya gatea mejor en el piso y ya la relación con Mi Espocita esta mejorando </p>
<div id="footer">
Hoy Dania comenzó clases y le fue chévere
</div>
</div>
</div>
</body>
</html>