File size: 495 Bytes
3396092 4b68a55 3396092 4b68a55 3396092 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!DOCTYPE html>
<html>
<style>
body {
width: 100vw;
display: flex;
flex-direction: column;
}
</style>
<body>
<p>
<?php
echo "Esperanza Hernandez Herrera!";
?>
</p>
<img src="https://static.vecteezy.com/system/resources/previews/000/672/440/original/back-to-school-mother-and-daughter-kissing-vector.jpg" alt="Madre eh hija" width="500" />
</body>
</html> |