Estructura general del proyecto

This commit is contained in:
03jossellin-herrera-rodriguez 2024-04-24 15:19:37 -06:00
parent bab6a3f540
commit 8ec90c33ff
1 changed files with 15 additions and 0 deletions

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Titulo de la pagina</h1>
<p>esto es un parrafo</p>
<button>Hola</button>
<button>Este es otro botón</button>
</body>
</html>