delete olamundo

This commit is contained in:
José Gregorio Mata Rodríguez 2022-10-09 22:50:28 -03:00
parent 4dcc4714d8
commit 376613038b

View File

@ -1,47 +0,0 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<title>Olá Mundo</title>
<style>
.title {
font-family:Arial, Helvetica, sans-serif;
font-size: 30pt;
color: brown;
text-shadow: 3px 3px 3px black;
/*width: 300px;
height: 50px;
background-color: lightgray;
border-width: 10px;
border-style: solid;
border-color: brown;
border: 10px solid brown;
padding: 20px;
outline-width: 30px;
outline-style: solid;
outline-color: blue;
outline: 30px solid blue;
margin: 50px;
text-align: center;*/
}
</style>
</head>
<body>
<h1 class="title">Olá, Mundo</h1>
<h2>Prueba</h2>
<h1>Avanza</h1>
<hr>
<p>
<b><q>
Primer site de Prueba. De aqui en adelante todo sera mejor.
</b></b>
</p>
</body>
</html>