lazy19 / app /index.html
perahh's picture
modificacion en variables.php
4b68a55
raw
history blame
No virus
495 Bytes
<!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>