DEV Community

Cover image for marco cierpe
marco cierpe
marco cierpe

Posted on

marco cierpe

<!DOCTYPE html>
<html lang="es">
<head>
<title>Mi página web</title>
</head>
<body>
<h1>Este es el título de mi página web</h1>
<p>Este es el primer párrafo de mi página web</p>
</body>
</html>
`

`

Top comments (0)