This commit is contained in:
Marklogo 2023-11-21 09:02:51 +01:00
commit 2f1043f0c7

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Plantilla</title>
</head>
<body>
<!--etiquetas que forman el cuerpo-->
<p style="font-size: 60px; color: red;">Esta pagina es la primera que hacemos</p>
<p>este es otro parrafo</p>
</body>
</html>