!DOCTYPE html
html lang=es
head
meta charset=UTF-8
meta name=viewport content=width=device-width, initial-scale=1.0
titleMi Página de Desarrollotitle
style
body {
font-family Arial, sans-serif;
margin 0;
padding 0;
display flex;
justify-content center;
align-items center;
height 100vh;
background-color #f4f4f4;
}
h1 {
color #333;
}
style
head
body
h1Bienvenido a mi página de desarrolloh1
body
html